A small tool for parsing & converting multi musical score formats using music21, and Gooey for GUI assembled.
Select the directory that consists of the original musical scores, then choose a format (e.g. midi, xml, abc, etc.)that you want to convert to, hit "start" button. The converted scores will be placed in the "output" folder under the original scores' directory.
Add these required python packages using pip install
Run the code
pythonw score-format-converter.py
- expend the functionality.
- package it as a standalone app (.exe & .app).