https://github.com/2kabhishek/pyschool
School simulation with Python 🏫🎓
https://github.com/2kabhishek/pyschool
doctest oop python school simulation
Last synced: 3 months ago
JSON representation
School simulation with Python 🏫🎓
- Host: GitHub
- URL: https://github.com/2kabhishek/pyschool
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-06-11T16:48:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:35:43.000Z (over 2 years ago)
- Last Synced: 2025-03-01T12:48:16.555Z (8 months ago)
- Topics: doctest, oop, python, school, simulation
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
Simulate a school system with Python and OOP.
## Inspiration
Wanted to write some `doctest` and `python`.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `python`
## Getting pyschool
To get pyschool, follow these steps:
```bash
git clone https://github.com/2kabhishek/pyschool
cd pyschool
```## How it was built
pyschool was built using `neovim` and `python`.
## Challenges faced
Minor import issues were encountered.
## What I learned
- Explored doctest.
- Implemented different classes with OOP.Hit the ⭐ button if you found this useful.
## More Info