I have tried to use this getpass function in python to type in my password, but when I run the code, i cannot input anything in the terminal.
Thanks in advance! :D
I have tried to use this getpass function in python to type in my password, but when I run the code, i cannot input anything in the terminal.
Thanks in advance! :D
from the getpass-docs:
try running the .py file inside a terminal window, cmd/bash/powershell!