A simple Python desktop application built with Tkinter that demonstrates user authentication using predefined credentials. The application features a clean graphical user interface, password masking, input validation, and success/error feedback.
- 🔑 User login authentication
- 👤 Username validation
- 🔒 Password masking
- ✅ Successful login message
- ❌ Invalid login error handling
- 🖥️ Clean Tkinter GUI
- ⚡ Lightweight and beginner-friendly
- Language: Python 3
- GUI Framework: Tkinter
- IDE: Visual Studio Code
Login-Authentication-System/
│
├── screenshots/
│ └── preview/
│ ├── preview1.png
│ ├── preview2.png
│ └── preview3.png
│
├── login.py
├── README.md
└── LICENSE
git clone https://github.com/SamRepository25/Login-Authentication-System.gitcd Login-Authentication-Systempython login.pyUsername: admin
Password: admin123
Change these credentials directly inside
login.pyif you want to use different values.
This project demonstrates:
- Tkinter GUI development
- User input handling
- Conditional logic
- Password masking
- Authentication concepts
- Python desktop application development
This project is licensed under the MIT License.
B SIMAK AHMED
- GitHub: https://github.com/SamRepository25
- Portfolio: https://codeforgedev.vercel.app
⭐ If you found this project useful, consider giving it a star!


