get pass get pass - to hide the character of password while input using python

 import getpass


password = getpass.getpass("Enter your password: ")


print("Password entered:", password)


Comments

Popular posts from this blog

Install `code-server` on your Android device using Termux