commit | 884657af490e79e8e4a3038b439af9713cb64bc8 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Oct 07 09:50:55 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Oct 07 09:50:55 1994 +0000 |
tree | 872bd9814c2c85b613090c35af95cc9efd993589 | |
parent | aa25386fc23a406f490378bc5d576cd6013b308f [diff] [blame] |
Added Matt's examples
diff --git a/Demo/tkinter/README b/Demo/tkinter/README new file mode 100644 index 0000000..7e72629 --- /dev/null +++ b/Demo/tkinter/README
@@ -0,0 +1,3 @@ +These are some random examples of using Tk with Python. + +A more interesting and coherent collection is in the subdirectory "matt".