Simple tool to authenticate the users of your program and prevent unauthorized use.
Easy to understand and use
Add the HWID Authenticator to your program so unauthorized users cannot use the program.
pip install -r requirements.txt
- Add this code at the beginning of your project.
- Set the url in line 4 to the location where you store user HWIDs.
- Complete!