A simple password manager written in Python. The passwords are stored in a sqlite3 database.
- Add, delete, and view passwords
- Generate random passwords
- Copy passwords to clipboard
- Search for passwords
python3 main.py
Main Screen | Copy Password Pop-up |
---|---|
Master Login Screen | Master Password Setup |
Password Generator | |
Note
The password manager is built using Python with Tkinter. Since Tkinter supports Qt, the appearance of the application may vary depending on your desktop environment. The screenshots reflect the color scheme I have set for my system.