Skip to content

v1r4m/brps-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brps-flask

Static Badge Static Badge Static Badge Static Badge

quick start

on Windows (CMD / PowerShell)

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python app.py

on Mac / Linux (bash/zsh)

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
  • It will be served on localhost:5001.

About

A playlist shuffler to fix SoundCloud's limited shuffle issue.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published