This is a simple login system built using Python's Tkinter library. The application features a graphical user interface (GUI) where users can enter a username and password to log in. The system also includes functionality to show or hide the password and provides feedback on login attempts.
- GUI: A user-friendly graphical interface.
- Username and Password Fields: Allows input of credentials with the option to hide/show the password.
- Login Validation: Checks the entered username and password and provides appropriate feedback.
- Cancel Option: Gives the user the option to exit the application.