This Python application uses the KeyAuth API to verify user licenses. It also features a simple loading bar, user information display, and license verification.
- Python 3.x
- Required Python library:
pyautogui
Clone the project to your local machine.
Use the following command to install the required libraries:
pip install pyautogui
In the project file, enter your KeyAuth API details in the following fields:
keyauthapp = api(
name = "YourAppName",
ownerid = "YourOwnerID",
secret="YourSecretKey",
version = "1.0",
hash_to_check = getchecksum()
)
After completing all the steps, you can test the application by running the following command:
python main.py
- When the application starts, you will be prompted to enter a license key.
- Once the correct license key is entered, you can view your user information and active subscriptions.
Note: This code only handles the login portion. After the user logs in, you can add different actions or features as needed, such as using this as a simple console tool for validation purposes.
If you'd like to contribute to this project, please leave a star. We appreciate any and all contributions!
This project is licensed under the MIT License.