GUI components in python

hackingKK hackingkk at gmail.com
Thu Mar 8 23:27:16 EST 2012


Hi Janaki,
Python will mostly use either the pygtk library or pyqt library for any 
rich and production quality GUI.
So you must try figuring out if either of these 2 libraries are used.
Other than this, there is tkinter which i guess comes with Python as 
default.
Happy hacking.
Krishnakant.


On 07/03/12 19:14, janaki rajamani wrote:
> Hi
>
> I am stuck with the brain workshop software implemented using python.
> The code involves a lot of GUI elements and i am familar only with the
> basic python programming.
> I would like to know whether there are built in classes to support GUI
> elements or arethey project dependant.
>




More information about the Python-list mailing list