Skip to content

Features Overview

Nana Elie edited this page Apr 22, 2025 · 2 revisions

Features Overview

This password manager includes the following main features:

Strong Password Generator

  • Generate strong, random passwords of any length.
  • Uses a mix of letters, digits, and special characters.

Account Management

  • Add new accounts with passwords.
  • Update existing account credentials.
  • Delete accounts no longer in use.
  • View all saved accounts.

CLI Interface

  • All features are available directly from the terminal.
  • Built with Python’s argparse library.

Local Database

  • All data is stored in a local SQLite database (database.db).
  • Easy to back up or move between machines.

Clone this wiki locally