Python and Tkinter by John E Grayson

python at bdurham.com python at bdurham.com
Sun May 20 10:42:26 EDT 2012


> Tk has gone through some dramatic improvements since that time. 
> One which has seen a lot of love is <URL:http://www.tkdocs.com/>.

I agree with Ben. Tkinter (with ttk) is now a viable GUI framework. 

Key benefits of Tkinter/ttk to consider when evaluating other tool kits:

1. Tkinter/ttk is bundled with Python meaning distribution is almost
painless.

2. Tkinter/ttk are very light weight in terms of the size they add to a
distribution.

Malcolm



More information about the Python-list mailing list