Skip to content

A simple Python Password Manager CLI application using Typer and MongoDB

Notifications You must be signed in to change notification settings

jeswanthmukesh20/PasswordManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordManager

A simple Python Password Manager CLI application using Typer and MongoDB

Password Manager

Install dependencies

sudo apt install xclip xsel wl-clipboard

Usage:

$ [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • add
  • delete
  • get
  • list
  • update

add

Usage:

$ add [OPTIONS] KEY

Arguments:

  • KEY: [required]

Options:

  • --help: Show this message and exit.

delete

Usage:

$ delete [OPTIONS] KEY

Arguments:

  • KEY: [required]

Options:

  • --help: Show this message and exit.

get

Usage:

$ get [OPTIONS] KEY

Arguments:

  • KEY: [required]

Options:

  • --copy / --no-copy: [default: False]
  • --help: Show this message and exit.

list

Usage:

$ list [OPTIONS]

Options:

  • --help: Show this message and exit.

update

Usage:

$ update [OPTIONS] KEY

Arguments:

  • KEY: [required]

Options:

  • --help: Show this message and exit.

About

A simple Python Password Manager CLI application using Typer and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages