/mini-console-base-student-management-system

This is a Mini Student console base Management system, the aim of this personal project is to practice , PEP8 convection, Solid principle, Unit Testing, and clean code in python

Primary LanguagePython

Mini Console Base Student Managemet System

This is a Mini Student console base Management system, the aim of this personal project is to practice , PEP8 convection, Solid principle, Unit Testing, and clean code in python

Preview

01_mini_console_base_student_MIS_Insert

Features

  • Student details

    • Created
    • Read
    • Updated
    • Deleted
  • Using a CSV File to Store data

How to set up

  • Clone the repo
git clone git@github.com:Ginohmk/mini-console-base-student-management-system.git
  • Go into the project directory
cd mini-console-base-student-management-system/my_app
  • Run program
python __init__.py
  • To run test
python -m unittest test_student.py