/usr/lib64/python2.7/Demo/curses
NameSizeModeActions
life.py73490755editdlrm
life.pyc67870644editdlrm
life.pyo67870644editdlrm
ncurses.py66480755editdlrm
ncurses.pyc58450644editdlrm
ncurses.pyo58450644editdlrm
rain.py24030755editdlrm
rain.pyc22950644editdlrm
rain.pyo22950644editdlrm
README8520644editdlrm
repeat.py15150755editdlrm
repeat.pyc14530644editdlrm
repeat.pyo14530644editdlrm
tclock.py33310755editdlrm
tclock.pyc36480644editdlrm
tclock.pyo36480644editdlrm
xmas.py254460644editdlrm
xmas.pyc198640644editdlrm
xmas.pyo198640644editdlrm
Edit: /usr/lib64/python2.7/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))