A Python-based password manager
To install PyPassword, run:
$ git clone https://github.com/cfinn68916/PyPassword
$ cd PyPassword
To list the passwords, go to the PyPassword directory and run:
$ python3 main.py list
To add a password, go to the PyPassword directory and run:
$ python3 main.py add
To remove a passwords, go to the PyPassword directory and run:
$ python3 main.py remove
To decrypt a password, go to the PyPassword directory and run:
$ python3 main.py decrypt
To show the list of commands, go to the PyPassword directory and run:
$ python3 main.py help