Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 454 Bytes

File metadata and controls

20 lines (16 loc) · 454 Bytes

Student Management System

A Python-based console application that allows adding, searching, updating, and deleting student records.
Uses CSV file handling to store data persistently.

Features

Add new students Search students by ID Update student records Delete students View all students

Technologies Used

Python 3 CSV file handling

How to Run

  1. Clone the repository
  2. Run python student_management.py
  3. Follow the on-screen men