/usr/lib64/python2.6/Demo/curses
NameSizeModeActions
life.py73530755editdlrm
life.pyc68630644editdlrm
life.pyo68630644editdlrm
ncurses.py66820644editdlrm
ncurses.pyc58670644editdlrm
ncurses.pyo58670644editdlrm
rain.py24340644editdlrm
rain.pyc23160644editdlrm
rain.pyo23160644editdlrm
README8520644editdlrm
repeat.py15190755editdlrm
repeat.pyc14650644editdlrm
repeat.pyo14650644editdlrm
tclock.py33640644editdlrm
tclock.pyc36890644editdlrm
tclock.pyo36890644editdlrm
xmas.py254990644editdlrm
xmas.pyc199290644editdlrm
xmas.pyo199290644editdlrm
Edit: /usr/lib64/python2.6/Demo/curses/README (852B)
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 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))