python2-getch Python2 - getch - single-char input, like C getch/getche 3.0.0 2020-05-25 eisfair-64 the eisfair team, team(at)eisfair(dot)org stable
python2
glibc 3.0.0 python2-base 3.0.0 libpython2_7 3.0.0 Internal Program Version: getch 1.0 The getch module does single-char input by providing wrappers for the conio.h library functions getch() (gets a character from user input, no output - this is useful for password input) and getche() (also outputs to the screen), if conio.h does not exist, it uses a stub-library using termios.h and other headers to emulate this behaviour: https://pypi.org/project/getch