Student Management System😊
A simple Student Management System built using Python.
This project demonstrates how to manage student records using file handling.
- Add new student records
- View all students
- Store data in a text file
- Simple command-line interface
- Python
- File Handling
- VS Code
student-management-system │ ├── StudentManagement.py ├── students.txt ├── README.md └── .gitignore
- Download or clone the repository
- Open the folder
- Run the Python file
python StudentManagement.py