Introduction to Tkinter
What is Tkinter?
Tkinter is a Python library for making graphical user interfaces. Tkinter is built into the Python standard library and is platform-independent. Although the GUIs that Tkinter makes aren't the prettiest, Tkinter is very useful for small projects and prototypes.
Tkinter is built on the Tk GUI toolkit.
Prerequisites
- Experience with Python