With apologies, development of this library has ceased except for bug fixes or behavioral issues. Pull requests for other changes are unlikely to be merged.
Tkinter is Python's standard interface to the Tk GUI toolkit. It provides a simple way to create graphical user interfaces (GUIs) for your Python applications. Tkinter is bundled with Python, so there ...