Chapter 1: Getting Started with Tkinter

• 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 * ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download