Implementing C++'s getch() in Python

binoythomas1108 at gmail.com binoythomas1108 at gmail.com
Sat May 25 07:05:58 EDT 2019


I'm working on Python 3.7 under Windows. I need a way to input characters without echoing them on screen, something that getch() did effectively in C++. I read about the unicurses, ncurses and curses modules, which I was not able to install using pip.

Is there any way of getting this done?



More information about the Python-list mailing list