Skip to content

7alexvega/gradient

Repository files navigation

Gradient

Gradient is a Python program designed to create a reactive and ambient music listening experience.

About

Gradient works by locally observing which songs are playing on Spotify. Once it detects a song change, it reaches out to the Spotify API to retrieve the corresponding album art image and creates a wallpaper from it. Furthermore, it calculates the dominant colors present in the album art and uses the Phillips Hue API to match the lights to the dominant colors.

Demo

Watch the video

Prerequisites

Installation

Clone the repository and install requirements via pip

pip install -r requirements.txt

Fill in relevant fields in the config.yml file. All fields are required. Example below:

spotify:
  client_id: xxxxxxxxxxxxxxx
  client_secret: xxxxxxxxxxxxxxx
  redirect_uri: http://localhost:8888/callback

hue:
  bridge:
    host: 192.168.1.88
    scheme: http
    api_key: xxxxxxxxxxxxxxx
  lights:
    - 3
    - 4

image:
  extension: jpg
  background_blur_amount: 20
  wallpaper_dir: wallpapers

gradient:
  refresh_delay_s: 1

Usage

python gradient.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages