Home

PyGTK Simplified
PYGTK Simplified

By GEUP

Gnome Extended Utility Program

PyGTK Simplified:

Guide for beginners to GTK+ with Python.

Tutorial 👇

• • •

  • Introduction
    The official tutorial on Python GTK provides quite a good knowledge of making a python application on GTK, but it is quite difficult for a beginner to navigate through the…More
  • Installation
    The official tutorial provides quite a concise description of installation. What I would say is if u are on any Linux Distros, rest assured u are good to go and…More
  • How to structure the program.
    First start a Python File and name it whatever you want. Eg – anyname.py Open it with any text editor Now let’s first import PyGTK Now to make sure your…More

• • •