A simple password manager(CLI) to store and generate random passowrds. All you need is to remember your master password and you are all set!
- Cryptography module(enter
pip install cryptographyin terminal/cmd) - Pyperclip module(enter
pip install pyperclipin terminal/cmd)