Password Manager is a simple Python project which helps users in managing their passwords in a easier way
- Random password generator
- Email verification
- Master password is Hashed
- User passwords are encrypted
- Python - For Backend
- Tkinter - For GUI
- smtplib - For Email
- Sqlite - For Database Management
- Cryptography - For Encrypting Passwords
- Hashlib - For Hashing Master Password
- Subprocess - For copying password to clipboard
Password Manager requires Python 3.9+ to run
git clone https://github.com/PVPPBoolean/Password-Manager.git
pip install -r requirements.txt
Run the pwmanager.pyw
Note:
Do not share the secret.key and pwmdatabase.db file as it contains sensitive information