diff -r ffa851df0825 -r 2fb8b9db1c86 symbian-qemu-0.9.1-12/python-2.6.1/Demo/curses/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/symbian-qemu-0.9.1-12/python-2.6.1/Demo/curses/README Fri Jul 31 15:01:17 2009 +0100 @@ -0,0 +1,25 @@ +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 +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 +rain.py -- raindrops keep falling on my desktop +tclock.py -- ASCII clock, by Howard Jones +xmas.py -- I'm dreaming of an ASCII christmas + +Please submit bugfixes and new contributions to the Python bug tracker. + + +Other demos +=========== + +life.py -- Simple game of Life +repeat.py -- Repeatedly execute a shell command (like watch(1))