Passpy is a lightweight command-line interface (CLI) tool for securely storing, retrieving, updating,
and managing passwords. It uses AES encryption from the cryptography library to protect passwords,
storing them securely in a SQLite database.
Install Passpy using pip:
pip install git+https://github.com/Applehand/Pass-py.gitIf no password is given, one will be generated for you.
passpy add <account> <password>Example:
passpy add my_email@example.com thisismypassword1passpy get <account>Example:
passpy get my_email@example.comIf no password is given, one will be generated for you.
passpy update <account> <password>Example:
passpy update my_email@example.com thisismynewpassword2passpy delete <account>Example:
passpy delete my_email@example.compasspyor
passpy list