getch module

Using recipe found at code.activestate.com:

http://code.activestate.com/recipes/134892/

class getch.Getch

Bases: object

Gets a single character from standard input. Does not echo to the screen.

class getch.GetchUnix

Bases: object

Unix Implementation

class getch.GetchWindows

Bases: object

Windows implementation