Skip to content

aesopdev/AuroraV-Avionics-data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avionics Data Visualisation

Something something data blah

Setup

Prerequisites

  • Python 3.13 or higher

Setup Environment

On macOS/Linux

  1. Create a virtual environment:
    python3 -m venv .
  2. Activate the virtual environment:
    source bin/activate
  3. Install dependencies:
    pip install -r requirements.txt
  4. Install tkinter if on macOS:
    brew install python-tk

On Windows

Note: your python executable may be py, py3, or python3

  1. Create a virtual environment:
    python -m venv .
  2. Activate the virtual environment:
    Scripts\activate
  3. Install dependencies:
    pip install -r requirements.txt

Usage

GUI

Run the Graphical Interface for visualising data and optionally exporting as CSV.

python avionics_data.py

CLI

Generate the CSV on the command line or with a script.

python avionics_data.py --csv

About

sm fork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%