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. 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))
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
README | File | 852 B | 0644 |
|
life.py | File | 7.18 KB | 0755 |
|
life.pyc | File | 6.63 KB | 0644 |
|
life.pyo | File | 6.63 KB | 0644 |
|
ncurses.py | File | 6.49 KB | 0755 |
|
ncurses.pyc | File | 5.71 KB | 0644 |
|
ncurses.pyo | File | 5.71 KB | 0644 |
|
rain.py | File | 2.35 KB | 0755 |
|
rain.pyc | File | 2.24 KB | 0644 |
|
rain.pyo | File | 2.24 KB | 0644 |
|
repeat.py | File | 1.48 KB | 0755 |
|
repeat.pyc | File | 1.42 KB | 0644 |
|
repeat.pyo | File | 1.42 KB | 0644 |
|
tclock.py | File | 3.25 KB | 0755 |
|
tclock.pyc | File | 3.56 KB | 0644 |
|
tclock.pyo | File | 3.56 KB | 0644 |
|
xmas.py | File | 24.85 KB | 0644 |
|
xmas.pyc | File | 19.4 KB | 0644 |
|
xmas.pyo | File | 19.4 KB | 0644 |
|