lauhayden / musedash-ripper

Tool for ripping the Muse Dash soundtrack.
MIT License
3 stars 2 forks source link

Muse Dash Ripper

A simple GUI program to rip the Muse Dash soundtrack. Only supports Windows.

Screenshot

Features

Development

Notes on dependencies

Tools used:

Building

  1. Build libogg.dll and libvorbis.dll and place them in the root of the repository. See this blog post for detailed instructions.
  2. Download and install Poetry
  3. Run poetry install to install dependencies and package
  4. (optional) Bump version with poetry version <version>
  5. Run poetry run pyinstaller -y musedash-ripper.spec to freeze the application into a .exe under dist/musedash-ripper.exe