How can I get user input on Windows without echo in a Python script? -


i'm using python 2.7.9 on windows 7. need obtain password user in order connect resource. seems userpass = getpass.getpass("password :") de facto standard in python, in windows 7, inputted text happily echoed output screen.

how can mask user input in console or whatever when running python script? thank you


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -