Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 827 Bytes

File metadata and controls

50 lines (34 loc) · 827 Bytes

Student Management System

A simple Python-based Student Management System developed to manage student records using basic Python programming concepts.

Features

  • Add Student Details
  • View Student Records
  • Edit Student Details
  • Delete Student Records
  • Store Roll Number, Name, and Marks
  • Menu Driven Program

Technologies Used

  • Python

How to Run

  1. Install Python
  2. Open the project folder
  3. Run the program using:
python student_management.py

Purpose of the Project

This project was created to practice:

  • Functions
  • Lists
  • Dictionaries
  • Loops
  • User Input Handling

Future Improvements

  • Add Database Support
  • Create GUI Interface
  • Add Login System

Author

Harika

Output Screenshot

this is the output of the student management system project. output