diff options
author | Guido van Rossum <guido@python.org> | 1994-10-07 09:50:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-10-07 09:50:55 (GMT) |
commit | 884657af490e79e8e4a3038b439af9713cb64bc8 (patch) | |
tree | 872bd9814c2c85b613090c35af95cc9efd993589 /Demo/tkinter | |
parent | aa25386fc23a406f490378bc5d576cd6013b308f (diff) | |
download | cpython-884657af490e79e8e4a3038b439af9713cb64bc8.zip cpython-884657af490e79e8e4a3038b439af9713cb64bc8.tar.gz cpython-884657af490e79e8e4a3038b439af9713cb64bc8.tar.bz2 |
Added Matt's examples
Diffstat (limited to 'Demo/tkinter')
-rw-r--r-- | Demo/tkinter/README | 3 |
1 files changed, 3 insertions, 0 deletions
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". |