A desktop application for managing student grades built with Python and Tkinter.
- Create, edit, and delete student records
- Calculate total scores based on customizable weights
- Sort data by any column
- Import/export data from CSV files
- Intuitive GUI with table interface
- Python 3.6+
- See requirements.txt for dependencies
git clone https://github.com/your-username/grade-management-system.git
cd grade-management-system
pip install -r requirements.txt