- SoundCloud's shuffle function on desktop stopped working properly, only shuffling a limited number of tracks. This repository is a playlist shuffler to fix that issue. Check out this issue on reddit.
- This is a refactored version of v1r4m/big-random-playlist-for-soundcloud from
next.js
toflask
.
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python app.py
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
- It will be served on
localhost:5001
.