Tkinter for Python

• Tkinter is a Python interface to the Tk graphics library. – Tk is a graphics library widely used and available everywhere • Tkinter is included with Python as a library. To use it: – import * from Tkinter • or – from Tkinter import * ................
................