DEV Community

Simple Python Login System

Hey! ๐Ÿ‘‹

I built a small Python project to practice handling user input and conditional logic: a Login System.

It can:

โœ… Check username and password

โš ๏ธ Give feedback if one detail is wrong

โŒ Deny access if both are incorrect

This helped me understand:

  • Taking input from users
  • Using if / elif / else statements
  • Structuring a small program

Check the code here: ๐Ÿ”— https://github.com/MariaEgyptDev/python-login-system

Any feedback or tips are welcome! ๐Ÿš€

Top comments (0)