A simple, secure, and user-friendly offline password manager built with Python and PySide6.
This project is an enhanced version of my older password manager — redesigned for better usability, cleaner code, and stronger encryption.
This password manager is fully offline, lightweight, and built with a privacy-first mindset.
All your data is stored locally in an encrypted format.
You’re free to fork, improve, or adapt this project however you like.
- Master Password Login – enter a password to access the app
- AES Encryption – strong encryption using Python's cryptography libraries
- Copy to Clipboard – securely copy passwords without showing them
- Secure Notes – add personal notes with each entry
- Secure Wipe – optional kill switch to delete all saved data
- Clean GUI – intuitive interface using PySide6
ذ
- Python 3.10+
- PySide6
- Cryptography
Make sure you have Python 3.10 or newer installed:
python --versionInstallation git clone https://github.com/0b0d3/Password-Manger-Enhanced-.git cd Password-Manger-Enhanced- pip install -r requirements.txt python main.py
🤝 Contributing Contributions are welcome! Feel free to fork the repo, make your changes, and submit a pull request.
Steps:
Fork the project
Create your feature branch (git checkout -b feature/YourFeature)
Commit your changes (git commit -m 'Add YourFeature')
Push to your branch (git push origin feature/YourFeature)
Open a Pull Request
📄 License Distributed under the MIT License.
You are free to use, modify, and distribute the project — just don’t resell it without major changes.