https://github.com/2kabhishek/elevate.py
Simulate an elevator with OOP 🎲🏢
https://github.com/2kabhishek/elevate.py
basics learning oop python
Last synced: 3 months ago
JSON representation
Simulate an elevator with OOP 🎲🏢
- Host: GitHub
- URL: https://github.com/2kabhishek/elevate.py
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-04-25T16:27:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:43:57.000Z (over 2 years ago)
- Last Synced: 2025-01-12T03:29:03.368Z (5 months ago)
- Topics: basics, learning, oop, python
- Language: Python
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
Uses OOP and `python` to simulate features of an elevator.
## Inspiration
Created for teaching OOP in python.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `python`
## Getting elevate.py
To run elevate.py, follow these steps:
```bash
git clone https://github.com/2kabhishek/elevate.py
cd elevate.py
python src/elevator_test.py
```## How it was built
elevate.py was built using `neovim` and `python`
Hit the ⭐ button if you found this useful.
## More Info