Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 785 Bytes

File metadata and controls

14 lines (11 loc) · 785 Bytes

SpotifyTUI

a TUI (Text-based User Interface) for Spotify (control only)

demo video of spotifytui

Setup

Firstly, ensure you have Spotify Premium, because this project relies on the Spotify Web API
Go to the Spotify Developer Dashboard and follow this guide

guide
And replace the placeholders with the 2 values you copied into the .env file
Start Spotify if on Windows, or install and start spotifyd if on Linux/MacOS/a UNIX system
Install the dependencies using $ pip install -r requierements.txt
Run $ python main.py and enjoy!