kbhit/getch python equivalent

Peter Otten __peter__ at web.de
Mon Apr 22 10:00:47 EDT 2013


alb wrote:

> I'm looking for a kbhit/getch equivalent in python in order to be able
> to stop my inner loop in a controlled way (communication with external
> hardware is involved and breaking it abruptly may cause unwanted errors
> on the protocol).
> 
> I'm programming on *nix systems, no need to be portable on Windows. I've
> seen the msvcrt module, but it looks like is for Windows only.
> 
> Any ideas/suggestions?

Curses?

http://docs.python.org/dev/library/curses.html




More information about the Python-list mailing list