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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -