[Python-Dev] curses demos

Andrew Kuchling akuchlin@mems-exchange.org
Thu, 16 Nov 2000 14:44:59 -0500


I'd like to add a Demo/curses directory to the CVS tree.  If anyone
has reasonably small programs that use the curses module, please let
me know.

Right now I have two programs: a Life game that I wrote, and Alexei
Gilchrist's cfm (http://cfm.sourceforge.net/), which is a little file
manager.  I also want to write scripts to demonstrate reading the
mouse, and writing a threaded curses program.

--amk