/Innovation-Time-Project-Code

Code for a project in CSC 1980 and CSC 2280. By the way hi Dr. Roberson/Dr. Lewis!

Primary LanguagePython

Overview

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.

System requirements

Basically, the only thing one needs to use this script is Python 3

Operating systems supported:

  1. macOS
  2. Linux
  3. Windows

Other requirements:

  1. Python 3 (developed using Python 3.8, but any Python 3.x version should work fine)
  2. 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)