/Demo/curses/README

http://unladen-swallow.googlecode.com/ · #! · 25 lines · 18 code · 7 blank · 0 comment · 0 complexity · 32673b992bcb332d898e59590a37d1cc MD5 · raw file

  1. This is a collection of demos and tests for the curses module.
  2. ncurses demos
  3. =============
  4. These demos are converted from the C versions in the ncurses
  5. distribution, and were contributed by Thomas Gellekum <tg@FreeBSD.org>
  6. I didn't strive for a `pythonic' style, but bluntly copied the
  7. originals. I won't attempt to `beautify' the program anytime soon, but
  8. I wouldn't mind someone else making an effort in that direction, of
  9. course.
  10. ncurses.py -- currently only a panels demo
  11. rain.py -- raindrops keep falling on my desktop
  12. tclock.py -- ASCII clock, by Howard Jones
  13. xmas.py -- I'm dreaming of an ASCII christmas
  14. Please submit bugfixes and new contributions to the Python bug tracker.
  15. Other demos
  16. ===========
  17. life.py -- Simple game of Life
  18. repeat.py -- Repeatedly execute a shell command (like watch(1))