2000-12-14 20:41:48 -04:00
|
|
|
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.
|
|
|
|
|
2001-01-05 16:54:07 -04:00
|
|
|
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
|
2000-12-14 20:41:48 -04:00
|
|
|
|
2006-06-03 19:44:42 -03:00
|
|
|
Please submit bugfixes and new contributions to the Python bug tracker.
|
2000-12-14 20:41:48 -04:00
|
|
|
|
|
|
|
|
|
|
|
Other demos
|
|
|
|
===========
|
2000-12-12 23:50:20 -04:00
|
|
|
|
2001-01-05 16:54:07 -04:00
|
|
|
life.py -- Simple game of Life
|
|
|
|
repeat.py -- Repeatedly execute a shell command (like watch(1))
|