Andrew M. Kuchling | 15c3c2b | 2000-12-15 00:41:48 +0000 | [diff] [blame^] | 1 | This is a collection of demos and tests for the curses module. |
| 2 | |
| 3 | ncurses demos |
| 4 | ============= |
| 5 | |
| 6 | These demos are converted from the C versions in the ncurses |
| 7 | distribution, and were contributed by Thomas Gellekum <tg@FreeBSD.org> |
| 8 | I didn't strive for a `pythonic' style, but bluntly copied the |
| 9 | originals. I won't attempt to `beautify' the program anytime soon, but |
| 10 | I wouldn't mind someone else making an effort in that direction, of |
| 11 | course. |
| 12 | |
| 13 | ncurses.py -- currently only a panels demo |
| 14 | XXX this won't work until panel support is checked in |
| 15 | rain.py -- raindrops keep falling on my desktop |
| 16 | tclock.py -- ASCII clock, by Howard Jones |
| 17 | |
| 18 | Please send bugfixes and new contributions to me or, even better, |
| 19 | submit them to the Python Bug Tracker on SourceForge |
| 20 | (<URL:http://sourceforge.net/bugs/?group_id=5470>). |
| 21 | |
| 22 | |
| 23 | Other demos |
| 24 | =========== |
Andrew M. Kuchling | a3b5a5f | 2000-12-13 03:50:20 +0000 | [diff] [blame] | 25 | |
| 26 | life.py Simple game of Life |
Andrew M. Kuchling | 15c3c2b | 2000-12-15 00:41:48 +0000 | [diff] [blame^] | 27 | |
| 28 | |