Monday, July 19, 2010

Cross-Platform Raw Character Input in Python

Handy trick for Python hackers who need to grab a keypress from the terminal but don't want to get bogged down in Curses.

getch.py