Skip to content

RashminDungrani/password-manager

Repository files navigation

Password Manager

Store id, passwords and more for command-line habitat

Description

By utilizing a simple and minimal usage syntax, that requires a flat learning curve, Password Manager enables you to effectively manage your Id, passwords and more within your terminal. All data are written atomically to the storage in order to prevent corruptions, and are never shared with anyone or anything.

Highlights

  • Add Id, password and more custom filed you want
  • List all your account info in just one keyword
  • View Specific Domain of id password with formatted text
  • Tab compilation for existing domain and id
  • While adding password type "random" to generate random password
  • copy password to your clipboard without displaying password

Installation

  1. Install dependencies with poetry
    poetry install
  2. Run DB migration
    alembic upgrade head
  3. Start CLI app
    python -m app --help

Usage