Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.22 KB

🔐 Simple Auth System

📜 Description

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.

⚡ Features

  • Authentication based on a username and password.
  • Credential verification via an HTTP request.
  • Display of stylized ASCII text.
  • Loading animation with a progress bar.

🛠️ Prerequisites

Make sure you have Python installed on your machine as well as the following modules:

pip install requests pystyle colorama progressbar2

🚀 Installation and Execution

  1. Clone this repository or download the auth.py file.
  2. Run the script with the command:
    python auth.py
    
  3. Enter your username and password when prompted.

🖥️ Demonstration

Once successfully logged in, the system will display a loading animation and confirm access to the server.

⚠️ Warning

This project is an educational example. Do not use it for applications requiring secure authentication without adding appropriate security measures.

📜 License

This project is licensed under the MIT license. You are free to modify and redistribute it.