16.1 Tkinter -- Python interface to Tcl/Tk

Python 2.2

16.1 Tkinter -- Python interface to Tcl/Tk

The Tkinter module (``Tk interface'') is the standard Python interface to the Tk GUI toolkit. Both Tk and Tkinter are available on most Unix platforms, as well as on Windows and Macintosh systems. (Tk itself is not part of Python; it is maintained at ActiveState.)

See Also:

The Python Tkinter Topic Guide provides a great deal of information on using Tk from Python and links to other sources of information on Tk.

Fredrik Lundh's on-line reference material.

On-line reference material.

The Jython interface to Tkinter.

The book by John Grayson (ISBN 1-884777-81-3).


See About this document... for information on suggesting changes.