Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 771 Bytes

File metadata and controls

26 lines (21 loc) · 771 Bytes

Student Management System (CLI)

A simple Command-Line Interface (CLI) project written in Python to manage student records.
This project helps in learning Python fundamentals step by step.

🚀 Features

  • Add new student records
  • View all students
  • Search student
  • Update student details (future improvement)
  • Delete student records (future improvement)
  • Simple CLI menu-driven program

🛠️ Tech Stack

  • Language: Python 3
  • Libraries: None (built-in functions only)

🎯 Future Enhancements

  • Save student data into a JSON file
  • Add input validation
  • Implement a GUI version using Tkinter

▶️ How to Run

  1. Clone the repository:
    git clone https://github.com/nerd-10/student-management-cli.git