Curious if there are any higher level structures trying to wrap Tkinter? For example, wxPython is wrapped in a Dabo structure (http://dabodev.com/) and a PythonCard.
Motivation. We recently switched to Python 2.7 (Windows) and are very impressed with the new ttk (Tile) support, which allows you to create professional-quality, custom platform GUI using the built-in Tkinter infrastructure. We used to use wxPython to create simple GUIs for our command line utilities, but we are redefining this strategy in favor of using Tkinter / ttk for these use cases.
We are new to Tkinter (from wxPython), and Tkinter / ttk seems easy to use, it seems like a lot of repeating code template that we write. Before we try to complete some of our code in the home class set, I want to make sure that we do not invent the wheel.
source
share