Write a GUI for a python script?

Michele Simionato michele.simionato at gmail.com
Thu Mar 2 10:04:15 EST 2006


Tkinter is the GUI toolkit that comes with Python and is available on
all platform without any
installation effort. It is quite OK for simple things and I would
recommend it for any beginner.
Google for "An Introduction to Tkinter" by F. Lund.

     Michele Simionato




More information about the Python-list mailing list