question: reading character for character from stdin

KwikRick kwkikrick at freemail.nl
Fri Aug 22 11:01:41 EDT 2003


Is there a simple way to read from stdin without having to wait for an 
enter keypress, i.e. like  getch() in the curses module.
I'd rather not use curses because it isn't supported on all platforms.

Rick





More information about the Python-list mailing list