Implementing C++'s getch() in Python

Shakti Kumar shakti.shrivastava13 at gmail.com
Sun May 26 11:01:44 EDT 2019


On Sun, 26 May 2019 at 20:23, <binoythomas1108 at gmail.com> wrote:
>
> I've run getpass() on IDLE, Spyder, PyCharm and Mu. All with negative results.
>
>
As Random832 pointed out, these IDEs cannot handle the stdout/stdin with getpass
You should use a normal terminal (command prompt) on your windows for
running this program.

You can read more here, https://docs.python.org/3.1/library/getpass.html



More information about the Python-list mailing list