8000
Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Student Management System

A simple Student Management System built using Python. This console-based application allows users to manage student records through a menu-driven interface.

Features

  • Add a new student
  • View all student records
  • Search for a student by ID
  • Update student details
  • Delete student records
  • Display total number of students
  • Menu-driven interface
  • Input validation
  • Dictionary-based data storage

Technologies Used

  • Python 3

Project Structure

Student-Management-System/
│
├── student_management_system.py
├── README.md

How to Run

  1. Clone the repository:
git clone https://github.com/your-username/Student-Management-System.git
  1. Navigate to the project folder:
cd Student-Management-System
  1. Run the program:
python student_management_system.py

Learning Outcomes

  • Python dictionaries
  • Functions
  • Loops
  • Conditional statements
  • CRUD operations
  • Menu-driven programming

Future Improvements

  • File handling for data persistence
  • Database integration (SQLite/MySQL)
  • Graphical User Interface (Tkinter)
  • User authentication

Author

Shaik Noorjahan

About

A simple Python Student Management System using dictionaries to perform CRUD operations and basic student record management.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

0