An open API service indexing awesome lists of open source software.

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.

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
![ss1](./screenshots/1.png), ![ss2](./screenshots/2.png)

## 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*