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