tkinter
tkinter — Python interface to Tcl/Tk
Source code: Lib/tkinter/__init__.py
The tkinter
package (“Tk interface”) is the standard Python interface to the Tk GUI toolkit. Both Tk and tkinter
are available on most Unix platforms, as well as on Windows systems. (Tk itself is not part of Python; it is maintained at ActiveState.) You can check that tkinter