Git Product home page Git Product logo

p3-final-project's Introduction

Student Management System

The Student Management System is a command-line application designed to help you manage student records, courses, and grades. It allows you to perform various actions such as adding, updating, and deleting student records, as well as adding courses and grades to students.

features

  1. Add a student
  2. Update a record of a student
  3. Delete the record of a student
  4. One is also able to retrieve a students records
  5. add course and grade[optional]

Table of Contents

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.x installed on your machine.
  • SQLite database engine.

Installation

  1. Clone this repository to your local machine: git clone

  2. Navigate to the project directory: use the cd command

  3. install depandancies use pipenv install

  4. activate virtual env use pipenv shell

Usage

Command-Line-Interface

  • TO run the CLI, use the following command python cli.py

Available Commands

  • ADDING A STUDENT To add a student use the following command . python cli.py add_student --name "the _name"

  • Updating a Student to update a students name, use the following command . python cli.py update_student --student-id 1 --new-name "Jane Smith"

  • Deleting a Student To delete a student, use the following command: . python cli.py delete_student --student-id 1

  • Retrieving Student Records To retrieve a student's records, including their courses and grades,use the following command: . python cli.py retrieve_student_records --student-id 1

  • Adding a Course and Grade To add a course and grade to a student, use the following command: . python cli.py add_course_and_grade --student-id 1 --course-name "Math" --grade-value 85.5

Technologies used

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

Fork the repository on GitHub. Create a new branch for your feature or bug fix. Commit your changes and push them to your fork. Submit a pull request to the main branch of the original repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

p3-final-project's People

Watchers

Gift Kimani avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.