Swayam Sahoo

Installation and Configuration

Installation

$ pip install scopul

Configuring MuseScore

To use the functions generate_pdf() and generate_musicxml(), you must download and specify the MuseScore executable file path.

To configure MuseScore, run the config_musescore()

from Scopul import Scopul, config_musescore

config_musescore("path/to/MuseScore.exe")
scop = Scopul("test.mid")

scop.generate_pdf("output.pdf")