PwdGen is a Python3 tool that can generate passwords and check if it has already been pwned by asking the HaveIBeenPwned Database.
Git, Python3 and Pip should already be installed before doing these steps.
- Clone the repository:
$ git clone https://github.com/Funeoz/PwdGen.git
- Install required dependencies:
$ pip install -r requirements.txt
Note: Using Windows Terminal for this script is recommended. You can get it from the Microsoft Store or GitHub.
- Clone the repository:
git clone https://github.com/Funeoz/PwdGen.git
- Install required dependencies:
pip install -r requirements.txt
# on Linux and Mac OS
$ python3 PwdGen.py
# on Windows
py PwdGen.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.