A playlist shuffler for Spotify, since they have no idea how to shuffle while playing.
Python installation on windows
Add python to PATH
pip3 install spotipygit clone https://github.com/kaapomoi/disarray.gitLog into the Spotify Developer portal, click on CREATE AN APP, the name and desc of the app doesn't matter.
Now you need to setup a Redirect URI for the app. Click on EDIT SETTINGS and copy http://localhost:8888/callback/ into the Redirect URIs field, then click ADD and SAVE.
You'll need the Spotify Client ID and Client Secret for the next section.
python3 main.py <client-secret> <client-id> <spotify-username> "<name-of-playlist>"