Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithmike01/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
https://github.com/codewithmike01/mini-console-base-student-management-system
oop python3 uniitest
Last synced: 8 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/codewithmike01/mini-console-base-student-management-system
- Owner: codewithmike01
- Created: 2023-05-01T16:35:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-08T07:57:43.000Z (over 1 year ago)
- Last Synced: 2024-10-10T09:41:00.044Z (29 days ago)
- Topics: oop, python3, uniitest
- Language: Python
- Homepage:
- Size: 3.75 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://user-images.githubusercontent.com/58771507/236326775-b0d59dab-3cab-49aa-bf90-082ec1bda4b2.png)
## Features
- Student details
- Created
- Read
- Updated
- Deleted- Using a CSV File to Store data
## How to set up
- Clone the repo
```bash
git clone [email protected]:Ginohmk/mini-console-base-student-management-system.git
```- Go into the project directory
```bash
cd mini-console-base-student-management-system/my_app
```- Run program
```bash
python __init__.py
```- To run test
```bash
python -m unittest test_student.py
```