staff_split.py splits sheet music image in multiple images containing one staff each.
TODO
- Python 3.6
- If you're not using the installation package, you will need to install two libraries manually:
- Pillow for image generation and manipulation
- simple install:
pip install Pillow
- simple install:
- Pillow for image generation and manipulation
or see requirements.txt
- Download or
git clone
sources - Launch
staff_split.py
(orpython3 staff_split.py
) from project root
- Download latest release package
- Install with
pip3 install staffsplit-(version).tar.gz
- If your paths are set properly you'll be able to launch
staff_split
from anywhere
usage: staff_split.py [-h] TODO