cpython/Demo/tkinter
Tim Peters 817ed5a750 Kill another merge zombie. 2001-07-17 21:10:44 +00:00
..
guido Removing these scripts. redemo.py lives on in Tools/scripts/. 2000-10-06 17:38:42 +00:00
matt This demo imported some private code from Matt. Make it cripple along. 1999-04-08 15:18:12 +00:00
README Renamed module tkinter to _tkinter 1995-10-23 14:36:05 +00:00

README

Several collections of example code for Tkinter.

See the toplevel README for an explanation of the difference between
Tkinter and _tkinter, how to enable the Python Tk interface, and where
to get Matt Conway's lifesaver document.

Subdirectories:

guido		my original example set (fairly random collection)
matt		Matt Conway's examples, to go with his lifesaver document
www		a progressing sequence of www clients using Tk