Student Result Management System is a python based project that uses tkinter modules for Graphical User Interface(GUI)
This project includes 6 python scripts that demonstrate how to interact with a Graphical User Interface(GUI) using tkinter, manage images using pil, date/time using datetime, database using sqlite3 and fetching files from system using os module. In this project, there are total 6 python scripts which are connected to each other. The six python scripts are as follows:-
dashboard.pycourse.pystudent.pyresult.pyreport.pycreate_db.pyCourse, Student, Result, View Result and Exit
course.course name.
students.roll no..
result of a student by its roll no.
report of student marks.roll no..
first before running the dashboard.py file otherwise it will throw an error.create_db.py file first and run it.dashboard.py file and run it.course button to add courses.student button to add students.result button to add results.report button to see the report.exit button to close it.Ensure that you have the following Python Pakages installed in your PC:
time: pip install timepil: pip install pilsqlite3: pip install sqlite3os: pip install osdashboard.py, make sure first to run create_db.py file and create a folder named images.images folder save your images regarding this project.