b***@gmail.com
2019-05-25 11:05:58 UTC
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?
Is there any way of getting this done?