๐ Student Registration System (Tkinter + MySQL) A simple desktop application built with Python's Tkinter library and MySQL for managing student registrations. This GUI allows users to add, update, delete, and view student records in a MySQL database. ๐ Features
- Add new student records with name, course, fee, and age
- Update existing student details
- Delete student records
- View all students in a sortable table (Treeview)
- Real-time form population on row selection
๐ ๏ธ Tech Stack
- Python 3.x
- Tkinter (GUI)
- MySQL (Database)
- mysql-connector-python (for database connectivity)