Keypress input

Grant Edwards nobody at nowhere.nohow
Sat Aug 5 11:49:52 EDT 2000


On Sat, 05 Aug 2000 07:44:58 GMT, Russell Smith <russellsmith at linuxmail.org> wrote:

>Does anybody know how to get single character input without the need
>for carage returns from stdin, in all operating systems. Only windows
>seems to support this.

You can either use curses or use the lower level file
descriptor and termio modules.

-- 
Grant Edwards                   grante             Yow!  All right, you
                                  at               degenerates! I want this
                               visi.com            place evacuated in 20
                                                   seconds!



More information about the Python-list mailing list