🐍A python based CLI Password generator and manager. It generates random password of custom length and then save it inside a file to make it secure it encrypts all the passwords inside the file so no one can read it unless they have the Decrypting key.
Use git clone to copy the repo or download zip of the repo.
git clone https://github.com/G0dVai/PyPass.git
cd PyPass
pip3 install -r requirements.txt
python3 main.py
- Cross platform
- generates random passwords of custom length
- saves passwords in encrypted form