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
-
Student details
- Created
- Read
- Updated
- Deleted
-
Using a CSV File to Store data
- 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