Feature • Installation • Caution • Preview
This repository will be archived by GFx from 28/3/24. Thank you for accompanying this project since I was still learning to use GitHub, and it has given me a lot of experience 🌟
- Password generator
- Password checker and rating how secure your password is
- Save your generated password
1.Please download requirements.txt and run
pip install -r [requirements.txt path]
or
python3 -m pip install -r [requirements.txt path]
2.Run .py file and enjoy!
PassGen
is based on 2 library : urllib3
and zxcvbn
,so for the proper functionality please make sure that you have connected to a fine Internet (Slowed Internet may cause some problem)
- @NotchApple1703 for optimize the code