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
tkinter
if on macOS:brew install python-tk
Note: your
python
executable 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.py
Generate the CSV on the command line or with a script.
python avionics_data.py --csv