This repository is for my Innovation Time Project for the 2020-2021 school year. The concept is a sort of quick reference handbook for drone pilots, much like how airline pilots have a quick reference handbook in their aircraft for different procedures and especially for emergency or off nominal circumstances.
Basically, the only thing one needs to use this script is Python 3
Operating systems supported:
- macOS
- Linux
- Windows
Other requirements:
- Python 3 (developed using Python 3.8, but any Python 3.x version should work fine)
- A terminal sized to a width of greater than 80 columns (That's the generally accepted width and what I've hard-coded. I might make the word wrapping and things based off of the terminal width so it doesn't have to be > 80 columns but that would come later)