login-system-simulator

Console-based Python login system demonstrating user registration and authentication logic.

Python Login System Simulator

Overview

A simple console-based login system built in Python.
Users can register with a username and password, then log in using their credentials.

This project demonstrates basic backend logic including user storage, authentication, and control flow.

Features

Technologies Used

How to Run

  1. Run the Python file.
  2. Choose:
    • “r” to register
    • “l” to login
    • “q” to quit
  3. Follow the prompts in the console.

Future Improvements

[🚀 Click here to try the Live Demo] (https://kojoa82.github.io/login-system-simulator/)