ZAX is based on PySimpleGUIQT and uses PyInstaller for packaging. Help is welcome.
Option 1: Poetry:
poetry install
poetry shell
python -m zax
virtualenv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt
Requirements are managed in pyproject.toml
with Poetry. requirements[-dev].txt
are generated automatically for backwards compatibility and should not be changed manually.