Skip to content
/ Auth Public

This project is a simple authentication system written in Python that verifies credentials from a remote file hosted on Pastebin. It also incorporates a stylized display and progress indicator to improve the user experience.

License

Notifications You must be signed in to change notification settings

KucoDEV/Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

πŸ” 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.

About

This project is a simple authentication system written in Python that verifies credentials from a remote file hosted on Pastebin. It also incorporates a stylized display and progress indicator to improve the user experience.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project