a mini python project that allows you to safely check your password if it has ever been hacked or not and if hacked then how many times.
to run,
- edit the "insert.txt" file.
- insert the passwords(one password in one line) you want to check for.
- in "main.py file", give path of "insert.txt" file in file_name variable.
- run "main.py"