summaryrefslogtreecommitdiffstats
path: root/Demo/curses/README
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2000-12-15 00:41:48 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2000-12-15 00:41:48 (GMT)
commit15c3c2bdf84aa333e213d8f5ac2b4b30a2595231 (patch)
tree7c2d45ae1febeb48cf10b68c7da96e816e283221 /Demo/curses/README
parent61c64c9de0f9b9a8355b4c365537cdfe15489eab (diff)
downloadcpython-15c3c2bdf84aa333e213d8f5ac2b4b30a2595231.zip
cpython-15c3c2bdf84aa333e213d8f5ac2b4b30a2595231.tar.gz
cpython-15c3c2bdf84aa333e213d8f5ac2b4b30a2595231.tar.bz2
Curses demos contributed by Thomas Gellekum <tg@FreeBSD.org>.
ncurses.py requires panel support, and therefore doesn't work yet.
Diffstat (limited to 'Demo/curses/README')
-rw-r--r--Demo/curses/README27
1 files changed, 26 insertions, 1 deletions
diff --git a/Demo/curses/README b/Demo/curses/README
index 7de5c96..2fb1159 100644
--- a/Demo/curses/README
+++ b/Demo/curses/README
@@ -1,3 +1,28 @@
-Sample programs that use the curses package:
+This is a collection of demos and tests for the curses module.
+
+ncurses demos
+=============
+
+These demos are converted from the C versions in the ncurses
+distribution, and were contributed by Thomas Gellekum <tg@FreeBSD.org>
+I didn't strive for a `pythonic' style, but bluntly copied the
+originals. I won't attempt to `beautify' the program anytime soon, but
+I wouldn't mind someone else making an effort in that direction, of
+course.
+
+ncurses.py -- currently only a panels demo
+ XXX this won't work until panel support is checked in
+rain.py -- raindrops keep falling on my desktop
+tclock.py -- ASCII clock, by Howard Jones
+
+Please send bugfixes and new contributions to me or, even better,
+submit them to the Python Bug Tracker on SourceForge
+(<URL:http://sourceforge.net/bugs/?group_id=5470>).
+
+
+Other demos
+===========
life.py Simple game of Life
+
+