Skip to content

kristopherjohnson/music-python

Repository files navigation

music-python

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

About

Music experiments with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published