17 lines
492 B
Markdown
17 lines
492 B
Markdown
# SPOTIFY-GUI
|
|
Control Spotify remotely with a nice and functional touchscreen interface
|
|
|
|
|
|
## ✨ [More info](https://stories.bbrunson.com/spotifygui-touchscreen-controller-for-spotify/)
|
|
|
|
|
|
## Running
|
|
- Get a Spotify API Client ID and Secret from the [Spotify Developer Dashboard](https://developer.spotify.com/). Put these in the config.json file.
|
|
- Clone the repository
|
|
```sh
|
|
pip install -r requirements.txt
|
|
```
|
|
- Configure the env variables
|
|
```sh
|
|
python spotifycontroller.py
|
|
``` |