Next / Previous / Contents / TCC Help System / NM Tech homepage

1. What is Tkinter?

Tkinter is a GUI (graphical user interface) widget set for Python. This document contains only the commoner features.

This document applies to Python 1.5 and Tkinter 8.0.4 running in the X Window system under Linux. Your version may vary.

Pertinent references:

We'll start by looking at the visible part of Tkinter: creating the widgets and arranging them on the screen. Later we will talk about how to connect the face—the “front panel”—of the application to the logic behind it.