{"id":35066671,"url":"https://github.com/dubeyynishant/student-management-project","last_synced_at":"2026-05-06T13:06:24.403Z","repository":{"id":328587148,"uuid":"1116065392","full_name":"dubeyynishant/Student-Management-Project","owner":"dubeyynishant","description":"Student Management Project is a Python-based desktop application built using Tkinter and SQLite. It allows admins to manage student records, courses, and fee deposits through a simple GUI. The system supports student registration, course management, fee tracking, and record searching efficiently.","archived":false,"fork":false,"pushed_at":"2025-12-14T06:24:36.000Z","size":4392,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-16T08:02:31.522Z","etag":null,"topics":["database","python","sqlite","tkinter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dubeyynishant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-14T05:50:54.000Z","updated_at":"2025-12-14T06:25:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dubeyynishant/Student-Management-Project","commit_stats":null,"previous_names":["dubeyynishant/student-management-project"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dubeyynishant/Student-Management-Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubeyynishant%2FStudent-Management-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubeyynishant%2FStudent-Management-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubeyynishant%2FStudent-Management-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubeyynishant%2FStudent-Management-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dubeyynishant","download_url":"https://codeload.github.com/dubeyynishant/Student-Management-Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubeyynishant%2FStudent-Management-Project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32694999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["database","python","sqlite","tkinter"],"created_at":"2025-12-27T11:31:50.235Z","updated_at":"2026-05-06T13:06:24.398Z","avatar_url":"https://github.com/dubeyynishant.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎓 Student Management Project\n\nA **Python-based desktop application** built using **Tkinter** and **SQLite** to manage student records, courses, and fee transactions through a simple and interactive graphical user interface.\n\n---\n\n## 📌 Features\n\n* 🔐 Admin login system\n* 🧑‍🎓 Student registration with auto-generated ID\n* 🔍 Search student records by registration ID\n* 💰 Fee deposit and remaining balance tracking\n* 📚 Add and update course details\n* 🗄 SQLite database for data storage\n* 🖥 User-friendly GUI using Tkinter\n\n---\n\n## 🛠 Technologies Used\n\n* **Language:** Python\n* **GUI:** Tkinter\n* **Database:** SQLite\n* **Image Handling:** Pillow (PIL)\n\n---\n\n## 🗂 Database Structure\n\n### Student Table\n\n| Field      | Description             |\n| ---------- | ----------------------- |\n| Std_ID     | Student Registration ID |\n| Std_Name   | Student Name            |\n| Std_Mob_No | Mobile Number           |\n| Std_Course | Course Name             |\n| Course_Fee | Total Course Fee        |\n| Balance    | Remaining Fee           |\n\n### Course Table\n\n| Field       | Description |\n| ----------- | ----------- |\n| Course_Name | Course Name |\n| Course_Fee  | Course Fee  |\n\n---\n\n## ▶ How to Run the Project\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/your-username/student-management-project.git\n```\n\n2. Navigate to the project directory\n\n```bash\ncd student-management-project\n```\n\n3. Install required libraries\n\n```bash\npip install pillow\n```\n\n4. Run the main file\n\n```bash\npython main.py\n```\n\n---\n\n## 🔑 Login Credentials\n\n```\nUsername: admin\nPassword: admin\n```\n\n---\n\n## 📸 Screenshots\n\n### 🔐 Admin Login Screen\n\n![Admin Login](https://github.com/dubeyynishant/Student-Management-Project/blob/main/Images/Screenshot%20(8).png)\n\n### 🧭 Admin Dashboard\n\n![Admin Dashboard](https://github.com/dubeyynishant/Student-Management-Project/blob/main/Images/Screenshot%20(9).png)\n\n---\n\n## 🚀 Future Enhancements\n\n* Student update and delete functionality\n* Role-based authentication\n* Display all students using Treeview\n* Export records to Excel or PDF\n* Stronger password security\n\n---\n\n## 🙌 Author\n\n**Nishant Dubey** \n\nGitHub: [@dubeyynishant](https://github.com/dubeyynishant)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubeyynishant%2Fstudent-management-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdubeyynishant%2Fstudent-management-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubeyynishant%2Fstudent-management-project/lists"}