Tkinter

Revision as of 18:00, 28 October 2019 by Pi pup (talk | contribs) (Tkinter)

Tkinter

Tkinter is a module in Python that stands for Tk-interaction. This somewhat exotic acronym is derived from the fact that Tkinter's main purpose in Python is to interact with a GUI system dubbed Tk. Because you could alternately just use Tk,

Downloading Tkinter

Tkinter is already downloaded when you install Python. To test Tkinter, do

import tkinter
tkinter._test()