A simple Command-Line Interface (CLI) project written in Python to manage student records.
This project helps in learning Python fundamentals step by step.
- Add new student records
- View all students
- Search student
- Update student details (future improvement)
- Delete student records (future improvement)
- Simple CLI menu-driven program
- Language: Python 3
- Libraries: None (built-in functions only)
- Save student data into a JSON file
- Add input validation
- Implement a GUI version using Tkinter
- Clone the repository:
git clone https://github.com/nerd-10/student-management-cli.git