~malept/ubuntu/lucid/python2.6/dev-dependency-fix

« back to all changes in this revision

Viewing changes to Demo/curses/README

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-13 12:51:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090213125100-uufgcb9yeqzujpqw
Tags: upstream-2.6.1
ImportĀ upstreamĀ versionĀ 2.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
rain.py         -- raindrops keep falling on my desktop
 
15
tclock.py       -- ASCII clock, by Howard Jones
 
16
xmas.py         -- I'm dreaming of an ASCII christmas
 
17
 
 
18
Please submit bugfixes and new contributions to the Python bug tracker.
 
19
 
 
20
 
 
21
Other demos
 
22
===========
 
23
 
 
24
life.py         -- Simple game of Life
 
25
repeat.py       -- Repeatedly execute a shell command (like watch(1))