A password generator and checker that can check your passwords if they have been leaked in any data breach, and it generates passwords and checks if the passwords generated has been cracked/leaked and will only give you non-cracked/leaked passwords
it also has the option to generate a user specified amount of passwords into a .txt file
You need to install the dependencies for it to run (i will make a requirement.txt later)
pip or pip3 install random && string && hashlib && requests && colorama
or just install them individually with pip or pip3 install PACKAGENAME
Packages this project uses are random, string, os, hashlib, requests, colorama