Skip to content

nerd-10/Python_student_management_cli_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages