cpython/Demo/tkinter
Benjamin Peterson 90f5ba538b convert shebang lines: python -> python3 2010-03-11 22:53:45 +00:00
..
guido convert shebang lines: python -> python3 2010-03-11 22:53:45 +00:00
matt Merged revisions 69846 via svnmerge from 2009-02-21 20:59:32 +00:00
ttk Merged revisions 69053 via svnmerge from 2009-01-28 16:06:51 +00:00
README Merged revisions 69053 via svnmerge from 2009-01-28 16:06:51 +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
ttk         Examples using the ttk module