Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

Tkinter

The tkinter package ("Tk interface") is the standard Python interface to the Tcl/Tk GUI toolkit.

Check the Tk version, create a file called tk_version.py:

# tk_version.py    #file name
import tkinter
print(tkinter.TkVersion)
$ python3 tk_version.py 
9.0

Abbreviation:

* Tk - Toolkit
* inter - Interface

Tkinter Program Output:

corp-helpdesk

it-helpdesk-enhanced

terra-console

scrolled-ui

weatherApp-console