- Python 3.13 or higher
- Create a virtual environment:
python3 -m venv .venv
- Activate the virtual environment:
source .venv/bin/activate - Install dependencies:
pip install -r requirements.txt
- Install
tkinterif needed on macOS:brew install python-tk
Note: your
pythonexecutable may bepy,py3, orpython3
- Create a virtual environment:
python -m venv .venv
- Activate the virtual environment:
.venv\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 --csvOr use the binary conversion script directly:
python src/read_data.py example.bin