When listening to music on spotify, this tool makes it possible to display the album art along with some scrolling song information using the spotipy API.
It can be shown on a seperate monitor for increased vibes and aesthetic when listening to music, reminiscent of the old vinyl displays.
- Display album art and song + artist from Spotify
- Uses the Spotipy API for fetching data
- Can be shown on a separate monitor for enhanced visual experience
You can customize the display settings and more by modifying the config.yaml
- Clone the repository:
git clone https://github.com/rmfranken/spotify-viber.git
- Navigate to the project directory:
cd spotify-viber
- Install the required dependencies:
pip install -r requirements.txt
- Set up your Spotify API credentials using a .env or setting your environment variables
SPOTIPY_CLIENT_ID
,SPOTIPY_CLIENT_SECRET
, andSPOTIPY_REDIRECT_URI
. These can be found in your Spotify Web API Dashboard.SPOTIPY_CLIENT_ID = 'your_client_id' SPOTIPY_CLIENT_SECRET = 'your_client_secret' SPOTIPY_REDIRECT_URI = 'your_redirect_uri'
- Run the main script:
python main.py
You can customize the display settings by modifying the config.py
file. Options include screen resolution, refresh rate, and more.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE. See the LICENSE file for details.