README 1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
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.

13
ncurses.py      -- currently only a panels demo
14
                   XXX this won't work until panel support is checked in
15 16 17
rain.py         -- raindrops keep falling on my desktop
tclock.py       -- ASCII clock, by Howard Jones
xmas.py         -- I'm dreaming of an ASCII christmas
18 19 20 21 22 23 24 25

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
===========
26

27 28
life.py         -- Simple game of Life
repeat.py       -- Repeatedly execute a shell command (like watch(1))