A parser for downloading sheet music from MuseScore and converting it to PDF. Consists of a Tampermonkey script for collecting image URLs and a FastAPI server for PDF conversion.
# Install dependencies
pip install -r requirements.txt
# Start the server
fastapi dev main.py- Install Tampermonkey extension for your browser
- Create a new script and copy the contents of
PostUrlsFromMuse.js - Save the script
- Launch FastAPI server
- Open a sheet music page on MuseScore
- Wait untill script finishes parsing
- Enjoy your PDF sheet in project directory!