This project is a simple authentication system written in Python that verifies credentials from a remote file hosted on Pastebin. It also includes a stylized display and a progress indicator to enhance the user experience.
- Authentication based on a username and password.
- Credential verification via an HTTP request.
- Display of stylized ASCII text.
- Loading animation with a progress bar.
Make sure you have Python installed on your machine as well as the following modules:
pip install requests pystyle colorama progressbar2
- Clone this repository or download the
auth.py
file. - Run the script with the command:
python auth.py
- Enter your username and password when prompted.
Once successfully logged in, the system will display a loading animation and confirm access to the server.
This project is an educational example. Do not use it for applications requiring secure authentication without adding appropriate security measures.
This project is licensed under the MIT license. You are free to modify and redistribute it.