def insacc():
global acc_manager
website = input("Enter Website: ")
username = input("Enter username: ")
try:
password = getpass.getpass("Enter your password: ")
except getpass.GetPassWarning:
print("Your system is not allowing us to disable echo. We cannot read your password")
return
acc_manager.insert(website, username, password)
评论列表
文章目录