The Event Management System is a desktop application that allows users to manage events. It offers the following functionalities:
User Login: Users can log in with a username and password.
Create Event: Users can create new events by entering event details such as name, description, date, and location.
Register for Event: Users can register for existing events by entering the event ID.
View Events: Users can view a list of all created events, including their details.
The application uses Tkinter for the graphical interface and MySQL to store and retrieve data related to users, events, and registrations.