{"id":20760049,"url":"https://github.com/nishant0820/student-result-management-system","last_synced_at":"2026-02-15T15:46:24.662Z","repository":{"id":247953890,"uuid":"827327403","full_name":"nishant0820/Student-Result-Management-System","owner":"nishant0820","description":"Student Result Management System is a python based project that uses tkinter modules for Graphical User Interface(GUI)","archived":false,"fork":false,"pushed_at":"2025-11-25T16:48:00.000Z","size":2864,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T22:20:39.627Z","etag":null,"topics":["graphical-user-interface","gui","management","os","pillow","pip","python","python3","result","student-project","tkinter","tkinter-gui","tkinter-python"],"latest_commit_sha":null,"homepage":"https://nishant0820.github.io/Student-Result-Management-System/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nishant0820.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-11T12:39:50.000Z","updated_at":"2025-11-25T16:48:04.000Z","dependencies_parsed_at":"2024-07-11T14:28:15.959Z","dependency_job_id":"8e8f4f3a-524f-4b73-b5bb-ab6b37932cb4","html_url":"https://github.com/nishant0820/Student-Result-Management-System","commit_stats":null,"previous_names":["nishant0820/student-result-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nishant0820/Student-Result-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishant0820%2FStudent-Result-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishant0820%2FStudent-Result-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishant0820%2FStudent-Result-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishant0820%2FStudent-Result-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nishant0820","download_url":"https://codeload.github.com/nishant0820/Student-Result-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishant0820%2FStudent-Result-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29482780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graphical-user-interface","gui","management","os","pillow","pip","python","python3","result","student-project","tkinter","tkinter-gui","tkinter-python"],"created_at":"2024-11-17T10:10:29.210Z","updated_at":"2026-02-15T15:46:24.657Z","avatar_url":"https://github.com/nishant0820.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Student-Result-Management-System\nStudent Result Management System is a python based project that uses `tkinter` modules for Graphical User Interface(GUI)\n\n## Author: Nishant Gupta\n\n### Overview\nThis 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:-\n1. `dashboard.py`\n2. `course.py`\n3. `student.py`\n4. `result.py`\n5. `report.py`\n6. `create_db.py`\n\n### 1. dashboard.py\n- This script is the dashboard of Student Result Management System containing buttons, images, labels and clock.\n- The screen shows the options for `Course`, `Student`, `Result`, `View Result` and `Exit`\n- This screen also updates timely as you perform operations on any of these Labels.\n\n![alt text](image.png)\n\n### 2. course.py\n- This screen collects and shows the complete data regarding the student `course`.\n- Buttons are functionalised accordingly.\n- You can search any course through its `course name`.\n\n![alt text](image-1.png)\n\n### 3. student.py\n- This screen collects and shows the complete data regarding `students`.\n- Buttons are functionalised accordingly.\n- You can search a particular student details by `roll no.`.\n- You can add any number of courses to same student with same `roll no`.\n\n![alt text](image-2.png)\n\n### 4. result.py\n- This screen collects the `result` of a student by its roll no.\n- Buttons are functionalised accordingly.\n\n![alt text](image-3.png)\n\n### 5. report.py\n- This screen shows the complete `report` of student marks.\n- Buttons are functionalised accordingly.\n- You can search a particular student report through `roll no.`.\n- You can export the result in pdf format for your reference.\n\n![alt text](image-4.png)\n\n### 6. creat_db.py\n- This is the database file for all the tables.\n- You have to run this file `first` before running the `dashboard.py` file otherwise it will throw an error.\n\n#### Detailed Steps:\n1. Click on the `create_db.py` file first and run it.\n2. Click on the `dashboard.py` file and run it.\n3. Click on the `course button` to add courses.\n4. Click on the `student button` to add students.\n5. Click on the `result button` to add results.\n6. Now click on the `report button` to see the report.\n7. Now click on the `exit button` to close it.\n\n### Pre-Requisites\nEnsure that you have the following Python Pakages installed in your PC:\n- `time`: `pip install time`\n- `pil`: `pip install pil`\n- `sqlite3`: `pip install sqlite3`\n- `os`: `pip install os`\n\n### Configuration\n- Before running `dashboard.py`, make sure first to run `create_db.py` file and create a folder named `images`.\n- In `images` folder save your images regarding this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishant0820%2Fstudent-result-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnishant0820%2Fstudent-result-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishant0820%2Fstudent-result-management-system/lists"}