From 098eafc1b83413c77dea0224a70a532f8234e55c Mon Sep 17 00:00:00 2001 From: khushiattri8161 Date: Sun, 14 Jun 2026 12:40:39 +0530 Subject: [PATCH 1/7] Update Student-Manager-App.md --- Submission/PROJECT NAME.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/Submission/PROJECT NAME.md b/Submission/PROJECT NAME.md index 13362da..d160988 100644 --- a/Submission/PROJECT NAME.md +++ b/Submission/PROJECT NAME.md @@ -3,49 +3,50 @@ ## Participant Details **Full Name:** - +Khushi Kumari **GitHub Username:** - +khushiattri8161 **Team Name:** - +khushi **College/University:** - +Banasthali Vidyapith --- ## Project Details **Project Title:** - + Student Management system **Project Description:** - +Student Manager App is a Python Tkinter-based desktop application that helps manage student records efficiently. Users can add, update, delete, and search student information through a user-friendly graphical interface. + **Tech Stack Used:** - +Python, Tkinter **GitHub Repository Link:** - +https://github.com/khushiattri8161/Student-Manager-App- **Live Demo Link:** - +https://drive.google.com/file/d/126WNxx28V0dX6U5gUYNo6U0kzy2FD2Zu/view?usp=drivesdk **Presentation / Demo Video Link:** - +N/A --- ## Open Source Readiness -- [ ] My project is public on GitHub -- [ ] My repository has a proper README.md -- [ ] I have added setup/installation instructions -- [ ] I have added screenshots/demo where possible +- [✓] My project is public on GitHub +- [✓] My repository has a proper README.md +- [✓] I have added setup/installation instructions +- [✓] I have added screenshots/demo where possible - [ ] I have added a license file -- [ ] My project is original and built/updated during the hackathon period +- [✓] My project is original and built/updated during the hackathon period --- From 46a3518a5e4ca4c8adb0d4648f1b0fd18774c173 Mon Sep 17 00:00:00 2001 From: khushiattri8161 Date: Sun, 14 Jun 2026 12:41:55 +0530 Subject: [PATCH 2/7] Update Readme.md --- Readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Readme.md b/Readme.md index ccdef75..ad575af 100644 --- a/Readme.md +++ b/Readme.md @@ -81,3 +81,15 @@ Before submitting, please support Memori Labs: - Social links: https://linktr.ee/memorilabs Memori Labs’ official site links to their X, LinkedIn, GitHub, YouTube, and Discord socials. Their student ambassador page also highlights their focus on student builders and campus communities. + + +## Installation + +1. Clone the repository +git clone https://github.com/khushiattri8161/Student-Manager-App- + +2. Navigate to the project folder + +3. Run the application +python main.py + From 8c349c3832e5cc6ecb77bada3f0505949d9f7e40 Mon Sep 17 00:00:00 2001 From: khushiattri8161 Date: Sun, 14 Jun 2026 12:49:11 +0530 Subject: [PATCH 3/7] Update PROJECT NAME.md --- Submission/PROJECT NAME.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Submission/PROJECT NAME.md b/Submission/PROJECT NAME.md index d160988..54357e0 100644 --- a/Submission/PROJECT NAME.md +++ b/Submission/PROJECT NAME.md @@ -54,23 +54,23 @@ N/A Please complete these before submitting: -- [ ] I have starred the Memori Labs GitHub repository +- [✓] I have starred the Memori Labs GitHub repository https://github.com/MemoriLabs/Memori -- [ ] I have followed Memori Labs on LinkedIn +- [✓] I have followed Memori Labs on LinkedIn https://www.linkedin.com/company/memorilabs/ -- [ ] I have followed Memori Labs on X +- [✓] I have followed Memori Labs on X https://x.com/memorilab -- [ ] I have checked Memori Labs social links +- [✓] I have checked Memori Labs social links https://linktr.ee/memorilabs --- ## ID Card Verification -- [ ] I have generated my ID card from https://oshack.xyz -- [ ] If my ID was not verified, I completed the mandatory verification/giveaway form and tried again +- [✓] I have generated my ID card from https://oshack.xyz +- [✓] If my ID was not verified, I completed the mandatory verification/giveaway form and tried again --- From c689b30187cdd66f3e79c664c3f3131d1c33111a Mon Sep 17 00:00:00 2001 From: khushiattri8161 Date: Sun, 14 Jun 2026 12:49:57 +0530 Subject: [PATCH 4/7] Update Student Management system.md --- Submission/PROJECT NAME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Submission/PROJECT NAME.md b/Submission/PROJECT NAME.md index 54357e0..152ba12 100644 --- a/Submission/PROJECT NAME.md +++ b/Submission/PROJECT NAME.md @@ -45,7 +45,7 @@ N/A - [✓] My repository has a proper README.md - [✓] I have added setup/installation instructions - [✓] I have added screenshots/demo where possible -- [ ] I have added a license file +- [✓] I have added a license file - [✓] My project is original and built/updated during the hackathon period --- From f8027774b71af1fb7157ac7df490dabaa747421b Mon Sep 17 00:00:00 2001 From: khushiattri8161 Date: Sun, 14 Jun 2026 12:57:25 +0530 Subject: [PATCH 5/7] Create Student Management system --- Submission/Student Management system | 58 +++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Submission/Student Management system diff --git a/Submission/Student Management system b/Submission/Student Management system new file mode 100644 index 0000000..0550b4c --- /dev/null +++ b/Submission/Student Management system @@ -0,0 +1,58 @@ +Open Source Hackathon 2026 Project Submission +Participant Details +Full Name: +Khushi Kumari + +GitHub Username: +khushiattri8161 + +Team Name: +khushi + +College/University: +Banasthali Vidyapith + +Project Details +Project Title: +Student Management system + +Project Description: +Student Manager App is a Python Tkinter-based desktop application that helps manage student records efficiently. Users can add, update, delete, and search student information through a user-friendly graphical interface. + +Tech Stack Used: +Python, Tkinter + +GitHub Repository Link: +https://github.com/khushiattri8161/Student-Manager-App- + +Live Demo Link: +https://drive.google.com/file/d/126WNxx28V0dX6U5gUYNo6U0kzy2FD2Zu/view?usp=drivesdk + +Presentation / Demo Video Link: +N/A + +Open Source Readiness +[✓] My project is public on GitHub +[✓] My repository has a proper README.md +[✓] I have added setup/installation instructions +[✓] I have added screenshots/demo where possible +[✓] I have added a license file +[✓] My project is original and built/updated during the hackathon period +Memori Labs Sponsor Task +Please complete these before submitting: + +[✓] I have starred the Memori Labs GitHub repository +https://github.com/MemoriLabs/Memori + +[✓] I have followed Memori Labs on LinkedIn +https://www.linkedin.com/company/memorilabs/ + +[✓] I have followed Memori Labs on X +https://x.com/memorilab + +[✓] I have checked Memori Labs social links +https://linktr.ee/memorilabs + +ID Card Verification +[✓] I have generated my ID card from https://oshack.xyz +[✓] If my ID was not verified, I completed the mandatory verification/giveaway form and tried again From b92fb8d75069dba20c6ad835cd1ee3f2ba346664 Mon Sep 17 00:00:00 2001 From: khushiattri8161 Date: Sun, 14 Jun 2026 13:04:09 +0530 Subject: [PATCH 6/7] Update PROJECT NAME.md --- Submission/PROJECT NAME.md | 72 -------------------------------------- 1 file changed, 72 deletions(-) diff --git a/Submission/PROJECT NAME.md b/Submission/PROJECT NAME.md index 152ba12..fd40910 100644 --- a/Submission/PROJECT NAME.md +++ b/Submission/PROJECT NAME.md @@ -1,76 +1,4 @@ -# Open Source Hackathon 2026 Project Submission -## Participant Details -**Full Name:** -Khushi Kumari -**GitHub Username:** -khushiattri8161 -**Team Name:** -khushi - -**College/University:** -Banasthali Vidyapith - ---- - -## Project Details - -**Project Title:** - Student Management system - -**Project Description:** -Student Manager App is a Python Tkinter-based desktop application that helps manage student records efficiently. Users can add, update, delete, and search student information through a user-friendly graphical interface. - - -**Tech Stack Used:** -Python, Tkinter - -**GitHub Repository Link:** -https://github.com/khushiattri8161/Student-Manager-App- - -**Live Demo Link:** -https://drive.google.com/file/d/126WNxx28V0dX6U5gUYNo6U0kzy2FD2Zu/view?usp=drivesdk - -**Presentation / Demo Video Link:** -N/A - ---- - -## Open Source Readiness - -- [✓] My project is public on GitHub -- [✓] My repository has a proper README.md -- [✓] I have added setup/installation instructions -- [✓] I have added screenshots/demo where possible -- [✓] I have added a license file -- [✓] My project is original and built/updated during the hackathon period - ---- - -## Memori Labs Sponsor Task - -Please complete these before submitting: - -- [✓] I have starred the Memori Labs GitHub repository - https://github.com/MemoriLabs/Memori - -- [✓] I have followed Memori Labs on LinkedIn - https://www.linkedin.com/company/memorilabs/ - -- [✓] I have followed Memori Labs on X - https://x.com/memorilab - -- [✓] I have checked Memori Labs social links - https://linktr.ee/memorilabs - ---- - -## ID Card Verification - -- [✓] I have generated my ID card from https://oshack.xyz -- [✓] If my ID was not verified, I completed the mandatory verification/giveaway form and tried again - ---- From 21e5f17a919a1f02237712a1ede197eade22801f Mon Sep 17 00:00:00 2001 From: khushiattri8161 Date: Sun, 14 Jun 2026 13:05:00 +0530 Subject: [PATCH 7/7] Update PROJECT NAME.md --- Submission/PROJECT NAME.md | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/Submission/PROJECT NAME.md b/Submission/PROJECT NAME.md index fd40910..d490866 100644 --- a/Submission/PROJECT NAME.md +++ b/Submission/PROJECT NAME.md @@ -1,3 +1,51 @@ +Open Source Hackathon 2026 Project Submission +Participant Details +Full Name: + +GitHub Username: + +Team Name: + +College/University: + +Project Details +Project Title: + +Project Description: + +Tech Stack Used: + +GitHub Repository Link: + +Live Demo Link: + +Presentation / Demo Video Link: + +Open Source Readiness + My project is public on GitHub + My repository has a proper README.md + I have added setup/installation instructions + I have added screenshots/demo where possible + I have added a license file + My project is original and built/updated during the hackathon period +Memori Labs Sponsor Task +Please complete these before submitting: + + I have starred the Memori Labs GitHub repository +https://github.com/MemoriLabs/Memori + + I have followed Memori Labs on LinkedIn +https://www.linkedin.com/company/memorilabs/ + + I have followed Memori Labs on X +https://x.com/memorilab + + I have checked Memori Labs social links +https://linktr.ee/memorilabs + +ID Card Verification + I have generated my ID card from https://oshack.xyz + If my ID was not verified, I completed the mandatory verification/giveaway form and tried again