jamylak / elevator

A small example elevator system to demonstrate coding style / structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

PY 3.8.1

Description

A small elevator system that completes all the tasks given in requirements.pdf

HOW TO

I would recommend running the visual monitor At the top you can select to call a lift either UP/DOWN to any simulated level

Then you have the option to make an inside level selection of each elevator

HOW to RUN the VISUAL MONITOR

python3 elevator_monitor.py

RUNNING TESTS

python3 tests.py

CODING STYLE

https://www.python.org/dev/peps/pep-0008/

About

A small example elevator system to demonstrate coding style / structure


Languages

Language:Python 100.0%