Tkinter is Python's de facto standard GUI (Graphical User Interface) package. It is a thin object-oriented layer on top of Tcl/Tk. To use Tkinter, you don't need to write Tcl code, but you will need to consult the Tk documentation and occasionally the Tcl documentation (since Tk's low-level event handling mechanism is considered part of Tcl).
| Tags | Software Development Libraries Widget Sets |
|---|---|
| Licenses | GPL |
| Operating Systems | Mac OS X Windows Windows POSIX |
| Implementation | Python |