Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 201 Bytes

Readme.md

File metadata and controls

12 lines (9 loc) · 201 Bytes

Python Password manager

A simple password manager CLI tool built using AES Algorithm, python, MongoDB database

Requirements

  • pymongo
  • rich
  • getpass
  • pycryptodome
  • pyperclip
  • argparse