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?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to