/SFT

Spotify For Terminal

Primary LanguagePython

Spotify For Terminal

SFT is a simple python app that makes request to spotify to display the current playing song, you can also press f1 to play next song, f2 to play previous and f3 to pause

Installation

Use the package manager pip to install the dependencies.

pip install -r requirements.txt

You need to get a TOKEN to use this app. Just choose thse two scopes user-read-currently-playing , user-modify-playback-state Just change the token value in the code

ACCESS_TOKEN = YOUR_TOKEN

Usage

python SFT.py

Result

IMG