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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -