Experiments with music generation, notation, diagrams, etc. with Python.
Requires Python 3.9 (3.10 and higher won't work, due to incompatibility with python-fretboard).
To set up virtual Python environment
# First, install python3.9, e.g. with "brew install [email protected]"
# Then,
python3.9 -mvenv venv
source venv/bin/activate
pip install -r requirements.txt