getting keyboard input 1 char at a time
John R Bedal
jbedal at hotmail.com
Sun Oct 29 19:29:39 EST 2000
Thanks, will try that. -John
"Greg Jorgensen" <gregj at io.com> wrote in message
news:UY%K5.49947$YX4.1646481 at news2.giganews.com...
> "John R Bedal" <jbedal at hotmail.com> wrote in message
> news:aI%K5.11744$w6.5446784 at news3.rdc1.on.home.com...
> > Is there a platform independant method for getting keyboard input one
> > character at a time?
>
> c = sys.stdin.read(1)
>
> There's an example on page 79 of the book "Python Essential Reference."
>
> --
> Greg Jorgensen
> Deschooling Society
> Portland, Oregon, USA
> gregj at pobox.com
>
>
More information about the Python-list
mailing list