Skip to content

This Python program is a simple student details database system with various functionalities.

License

Notifications You must be signed in to change notification settings

OshanEranga/Student_Details_Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student Details Database

This Python program is a simple student details database system with various functionalities. Users can add new students, retrieve details of a specific student, display details of all students, enter marks separately for each term, find students with the maximum average marks for a given term, find students with the lowest marks in science, delete student details, and exit the program.

Table of Contents

Features

  • Add new students with basic details.
  • Retrieve details of a specific student using their ID.
  • Display details of all students in the database.
  • Enter marks separately for each term for existing students.
  • Find students with the maximum average marks for a given term.
  • Find students with the lowest marks in science for a given term.
  • Delete student details based on their ID.
  • Graceful exit option.

Requirements

  • Python 3.x

Usage

  1. Run the program.
  2. Follow the on-screen menu to perform various operations.
  3. Enter the required information as prompted.
  4. View the results or perform additional operations.

How to Run

  1. Clone the repository:

    git clone https://github.com/your-username/student-details-database.git
  2. Change into the project directory:

    cd student-details-database
  3. Run the program:

    python student_database.py
  4. Follow the on-screen menu for different options.

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository on GitHub.
  2. Make changes and commit to your fork.
  3. Submit a pull request with a detailed explanation of your changes.

License

This project is licensed under the MIT License.

About

This Python program is a simple student details database system with various functionalities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages