Install dependencies
brew install python-tk
pyenv install 3.12
pip install -r requirements.txt
To run:
python main.py
To build into macOS App:
python setup.py py2app
You can run this compiled app like so:
open dist/Mado.app
Alternatively you can run in a debug mode with console logging like so:
open dist/Mado.app/Contents/MacOS/Mado