Create Tiermaker-ready images from a SoundCloud profile quickly and easily.
What it does
- Downloads track covers from a SoundCloud profile (or uses images you provide).
- Adds the track title as readable text above or below each image.
- Saves finished 256×(256+text) images into the
outputfolder so you can import them into Tiermaker.
- Download the latest release from the Releases.
- Run the
soundcloud-to-tiermaker.exefile.
- Install dependencies:
pip install -r requirements.txt. - Run the app:
python gui.py.
- Enter the SoundCloud profile URL (for example:
https://soundcloud.com/artistname). - (Optional) Click Add Images to include your own images instead of downloading covers.
- Set font size and choose whether the text appears on top or bottom.
- Click Process. When finished, click Open Output to view the results.
- Basic:
python main.py <soundcloud_profile_url> - Options:
--top(place text above images),--font-size <size>,--custom-images <path1> <path2> ...,--use-temp(skip download and use existingtempfolder).
Where to find your images
- Finished images are written to the
outputfolder next to the app.
Notes & tips
- If something looks wrong with text size or wrapping, try a different font size in the GUI or with
--font-size. - The app creates
tempandoutputfolders in the project directory, you can clear or back them up as needed.
Enjoy making Tiermaker lists from SoundCloud profiles!

