A Password Manager with a GUI to store, manage, and retrieve passwords securely. It generates random passwords, copies them to the clipboard, and stores credentials in a JSON file with search and validation features.
Pranjal Sarnaik
- Generates strong random passwords.
- Automatically copies passwords to the clipboard.
- Validates input to ensure no fields are empty.
- Saves credentials in
data.json
and allows searching. - Simple GUI with a lock icon for design appeal.
Intermediate
Python | Tkinter | JSON | File Handling | Clipboard Handling | Error Handling
- Clone the repo:
git clone https://github.com/pranjalco/password-manager-intermediate.git
- Run(Also install required libraries):
pip install pyperclip python app.py
Created by Pranjal Sarnaik
Released under the MIT License