Create a GUI and EXE for a python app?

python at bdurham.com python at bdurham.com
Thu Oct 28 18:13:50 EDT 2010


Tkinter is built-in and available on Windows, Mac, and Linux. If you're
using Python 2.7 or 3.1 you can take advantage of Tkinter's ttk (Tile)
support for platform native user interfaces.

Malcolm



More information about the Python-list mailing list