A Python-based Student Result Management System using SQLite database. The application allows users to:
- Add student details
- Store marks
- Calculate total and percentage
- View student results
- Search student records
- Python
- SQLite
- SQL
- Student record management
- Database storage using SQLite
- Result calculation
- Data retrieval using SQL queries
SQLite database is used for storing student information and results.