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
Post a Comment