A desktop application built with Python and Tkinter for managing student results, courses, and student information.
Watch the demo video: (https://drive.google.com/file/d/1KkAyrjyLlQJwDxYRA0ikbzonnuxumkbg/view?usp=drive_link)
- Course Management
- Student Management
- Result Management
- View Student Results
- User-friendly Interface
- Python 3.x
- Tkinter
- Pillow (PIL)
- SQLite3
- Clone the repository:
git clone [your-repository-url]- Install required packages:
pip install -r requirements.txt- Run the application:
python dashboard.pydashboard.py- Main application windowcourse.py- Course management modulestudent.py- Student management moduleresult.py- Result management moduleview_result.py- View results moduleimages/- Contains application imagesrms.db- SQLite database
- Launch the application
- Use the menu buttons to:
- Add/Manage Courses
- Add/Manage Students
- Add/View Results
- View Student Results