A simple login form created using Python’s tkinter library. This project demonstrates the basics of GUI development, including labels, entry fields, buttons, and message boxes for user interaction. The form validates a hardcoded username and password combination and displays a success or error message based on the input.
Features: Interactive graphical user interface. Basic login validation with hardcoded credentials. User-friendly layout using tkinter’s grid system. Error handling with informative message boxes. Technologies Used: Python Tkinter (for GUI) Usage: Clone the repository. Run the Python script (login_form.py) using Python 3.x. Enter the username (Luyanda) and password (12345) to log in.