Difference between revisions of "Tkinter"

(Created page with "=Tkinter= Tkinter is a module in Python that stands for <b>Tk</b>-<b>inter</b>action. This somewhat exotic acronym is derived from the fact that Tkinter's main purpose...")
(No difference)

Revision as of 21:15, 19 November 2015

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,