-
Notifications
You must be signed in to change notification settings - Fork 0
Features Overview
Nana Elie edited this page Apr 22, 2025
·
2 revisions
This password manager includes the following main features:
- Generate strong, random passwords of any length.
- Uses a mix of letters, digits, and special characters.
- Add new accounts with passwords.
- Update existing account credentials.
- Delete accounts no longer in use.
- View all saved accounts.
- All features are available directly from the terminal.
- Built with Python’s
argparselibrary.
- All data is stored in a local SQLite database (
database.db). - Easy to back up or move between machines.