Hello!!!
In this post I will tell you how to make a simple password manager in python. So let's get into.
As First thing we need to do is set your password for password manager and add user Input, so you can type the password.
Password = "1111"
PasswordGues = input("Password: ")
Next Thing we need to add is if statement, which checks if the entered password is correct.
Password = "1111"
PasswordGues = input("Password: ")
if(Password == PasswordGues):
And Now we can Print our password for reddit for example.
Password = "1111"
PasswordGues = input("Password: ")
if(Password == PasswordGues):
print("Reddit Password: BUY_GME")
Now we have all done!
Thanks for reading my article. If was this helpfull, you can leave a like or you can buy me a coffee. Thanks!
Top comments (0)