Something something data blah
- Python 3.13 or higher
- Create a virtual environment:
python3 -m venv . - Activate the virtual environment:
source bin/activate - Install dependencies:
pip install -r requirements.txt
- Install
tkinterif on macOS:brew install python-tk
Note: your
pythonexecutable may bepy,py3, orpython3
- Create a virtual environment:
python -m venv .
- Activate the virtual environment:
Scripts\activate
- Install dependencies:
pip install -r requirements.txt
Run the Graphical Interface for visualising data and optionally exporting as CSV.
python avionics_data.pyGenerate the CSV on the command line or with a script.
python avionics_data.py --csv