most popular gui framework for python

Ben Finney ben+python at benfinney.id.au
Wed Aug 11 20:00:36 EDT 2010


Back9 <backgoodoo at gmail.com> writes:

> Does anyone know of what is the most popular gui framework for python
> application?

The Python standard library comes with one, Tkinter
<URL:http://docs.python.org/library/tkinter.html>.

Recently the Tix extension is also available in the standard library
<URL:http://docs.python.org/library/tix.html> bringing much richer and
better-looking widgets to Tk.

-- 
 \              “Dvorak users of the world flgkd!” —Kirsten Chevalier, |
  `\                                                rec.humor.oracle.d |
_o__)                                                                  |
Ben Finney



More information about the Python-list mailing list