Password Manager is a graphical user interface (GUI) program built in Python that allows you to store website names, usernames, and passwords in a JSON file. You can also generate passwords and search for your stored username and password.
- Seaching through stored json file
- Message when the data in not found
- Run the program by running the main.py file.
- Type the website name, username, and password into the appropriate Entry widgets.
- Click the "Add" button to save the website, username, and password to the JSON file.
- To generate a password, click the "Generate Password" button. This will generate a strong password for you and fill in the password Entry widget.
- To search for a stored username and password, type the website name into the "Website" Entry widget and click the "Search" button. If a match is found, the stored username and password will be displayed in a message box.