https://github.com/pranjalco/password-manager-intermediate
A Password Manager app with a GUI to store, manage, and retrieve passwords. It generates random passwords, auto-copies to clipboard, and saves credentials (website, username, password) in JSON. Features include error handling, input validation, search functionality, and a lock icon for a professional look.
https://github.com/pranjalco/password-manager-intermediate
automation clipboard error-handling file-handling gui-application gui-development intermediate json-manipulation password-generator password-manager programming python task-automation tkinter
Last synced: 2 months ago
JSON representation
A Password Manager app with a GUI to store, manage, and retrieve passwords. It generates random passwords, auto-copies to clipboard, and saves credentials (website, username, password) in JSON. Features include error handling, input validation, search functionality, and a lock icon for a professional look.
- Host: GitHub
- URL: https://github.com/pranjalco/password-manager-intermediate
- Owner: pranjalco
- License: mit
- Created: 2025-01-10T16:52:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T16:16:09.000Z (10 months ago)
- Last Synced: 2025-03-16T17:24:20.669Z (10 months ago)
- Topics: automation, clipboard, error-handling, file-handling, gui-application, gui-development, intermediate, json-manipulation, password-generator, password-manager, programming, python, task-automation, tkinter
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password Manager
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.
## Screenshots
, 
## Author
Pranjal Sarnaik
## Features
- 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.
## Level
Intermediate
## Tech Stack
Python | Tkinter | JSON | File Handling | Clipboard Handling | Error Handling
## How to Run
1. Clone the repo:
```bash
git clone https://github.com/pranjalco/password-manager-intermediate.git
2. Run(Also install required libraries):
```bash
pip install pyperclip
python app.py
**Created by Pranjal Sarnaik**
*Released under the MIT License*