Check if your password has been used or not (Multiple passwords can be passed and checked) -> Make sure you have 'requests', 'hashlib' and 'sys' libraries -> run the python file and pass it passwords as arguments eg: (terminal python checkpass.py PASSWORD1 PASSWORD2 PASSWORD3 ......... (windows) python3 checkpass.py PASSWORD1 PASSWORD2 PASSWORD3 .........(Linux distros)