scm-py is a python port of scm-cli for downloading BRSTM files from Smash Custom Music Archive (smashcustommusic.net)
© RekuBuild 2024
- Supports Windows, Linux, and macOS.
- List all available games and their corresponding IDs.
- Search for games by name.
- Search for songs by game ID.
- Download BRSTM (or other) files by song ID.
- Specify output path for downloads.
requests
,PIL
, andtqdm
Python modules are required. (When ran, scm-py will automatically check for these modules and prompt to install if not found.)
To install these modules manually, run:
pip3 install requests, pillow, tqdm
or
pip install requests, pillow, tqdm
Download and run scm-py:
python scm-py.py
This project is licensed under a modified version of the MIT License.