Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student Management System😊

A simple Student Management System built using Python.
This project demonstrates how to manage student records using file handling.

Features🚀🚀

  • Add new student records
  • View all students
  • Store data in a text file
  • Simple command-line interface

Technologies Used⚙️⚙️

  • Python
  • File Handling
  • VS Code

Project Structure

student-management-system │ ├── StudentManagement.py ├── students.txt ├── README.md └── .gitignore

How to Run

  1. Download or clone the repository
  2. Open the folder
  3. Run the Python file
python StudentManagement.py