Skip to content

SinaiDivine/Python-Project-Student_Record_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Œ Python Project: Simple Student Record System

πŸ“– Project Overview

This is a console-based Python program that allows users to add, view, and search student records.
Each student record contains:

  • Name
  • Age
  • Course

The program demonstrates the use of:

  • Lists (to store multiple students)
  • Dictionaries (to store student details)
  • Functions (to organize tasks)
  • Loops and Menus (to allow repeated actions)

πŸ› οΈ Features

  1. Add Student – Input student details and save in a list.
  2. View All Students – Display all saved student records.
  3. Search Student – Search by name and show details.
  4. Exit – Quit the program safely.

πŸ“‚ File Name

student_record_system.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages