cpython/Demo/curses
Andrew M. Kuchling 72a18a6659 Update this demo to use curses.panel 2000-12-22 21:50:01 +00:00
..
README Another demo from Thomas Gellekum (seasonally-themed, too) 2000-12-21 16:26:37 +00:00
life.py Check in README file and one demo program 2000-12-13 03:50:20 +00:00
ncurses.py Update this demo to use curses.panel 2000-12-22 21:50:01 +00:00
rain.py Curses demos contributed by Thomas Gellekum <tg@FreeBSD.org>. 2000-12-15 00:41:48 +00:00
tclock.py Curses demos contributed by Thomas Gellekum <tg@FreeBSD.org>. 2000-12-15 00:41:48 +00:00
xmas.py Another demo from Thomas Gellekum (seasonally-themed, too) 2000-12-21 16:26:37 +00:00

README

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
                   XXX this won't work until panel support is checked in
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 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
===========

life.py		Simple game of Life