-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the official Wiki of the Password Manager in Python – a lightweight and secure CLI tool to generate, store, and manage passwords using SQLite.
This is a Python-based password manager built for individuals who want to:
- Securely store account credentials locally
- Generate strong passwords
- Access and manage their accounts from the command line
- Generate secure passwords of customizable length
- Store, retrieve, update, and delete accounts
- Local storage using SQLite database
- User-friendly command-line interface (CLI)
To install psmgr, follow these steps:
git clone https://github.com/nanaelie/psmgr.git
cd psmgr
pip install .See the Installation Guide page for detailed instructions.
Quick examples:
-
Add account:
psmgr add-account --name "gmail" --pswd "MyStrongPassword123!" -
Display accounts:
psmgr display-accounts -
Generate password:
psmgr --generate 16
Full CLI usage available here
All passwords are stored securely in a local SQLite database.
Encryption and access protection features are being added in upcoming versions.
Stay tuned in the Security page for updates.
See the FAQ page for common questions.
We welcome contributions! Please check the Contributing Guidelines page for how to get started.