Welcome to Password Manager! This was one of my assignments while doing an online course on Python. I did have to use a couple of hints from the resources, but other than that, I did it myself. After that I added the option to save/load default email address and a button to clear all entry fields. It's a simple program, it let's you save your passwords to a json file, so it's not made for security, but convenience ;) The password generator was another assignment from earlier, it's been integrated into the manager, it's a really good generator, the number of letters, symbols and numbers is also random, so it will create a password that should prove very difficult to hack. I will try to add more features as I learn new skills with Python. Thanks!
- Type in the name of the website or any word you'd like to associate it with.
- Type in the email address you'd like to use, you can click on "Save" button to save it as your default email address.
- Click on "Generate Password" button to get a new password, which is automatically copied to clipboard so you can paste it on chosen website right away!
- Click on "Add account" button to save it to database.
- To access any password just type in the name of the website and click on "Search" button.