Skip to content

This Python script uses the KeyAuth API for license verification and user authentication, featuring a simple login system and user information display.

License

Notifications You must be signed in to change notification settings

Microsaofts/KeyAuth-Login-Script-Loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyAuth Login Script

This Python application uses the KeyAuth API to verify user licenses. It also features a simple loading bar, user information display, and license verification.

Requirements

  • Python 3.x
  • Required Python library:
    • pyautogui

Clone the Project

Clone the project to your local machine.

Install Dependencies

Use the following command to install the required libraries:

pip install pyautogui

Enter Your API Information

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()
)

Testing

After completing all the steps, you can test the application by running the following command:

python main.py

Usage

  • 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.

Contributing

If you'd like to contribute to this project, please leave a star. We appreciate any and all contributions!

License

This project is licensed under the MIT License.