Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 637 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 637 Bytes

Python

python Tkinter 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.)

Running python -m tkinter from the command line should open a window demonstrating a simple Tk interface, letting you know that tkinter is properly installed on your system, and also showing what version of Tcl/Tk is installed, so you can read the Tcl/Tk documentation specific to that version. I have made a virtual keyboard and a 2D robot using tkinter.:)