summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/README
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/tkinter/README')
-rw-r--r--Demo/tkinter/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/Demo/tkinter/README b/Demo/tkinter/README
deleted file mode 100644
index c9f18df..0000000
--- a/Demo/tkinter/README
+++ /dev/null
@@ -1,11 +0,0 @@
-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