Skip to content

A python app that utilises the Spotify API to generate a colour palette from the colours present in the album covers in a user's Spotify playlist/recent listening history.

Notifications You must be signed in to change notification settings

RobertCooney99/Colourify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Colourify

Colourify is a Python program that analyses the colour schemes of the album covers taken from a users Spotify listening history. Each song produces an 8 colour palette containing the most dominant colours within the image. In Version 1 the program creates a list of all the colours from the calculated palettes and categorises the colours into 8 sets based on the Hue value of the colour. Each individual Hue category is then sorted based on the luminosity value.

Future Versions

In the next version of Colourify the program will be converted into a web application in which user's can connect their Spotify accounts and receive a number of graphs and different formats of data representations displaying their listening history colour palette.

Following this, content sharing features will be added to aid the user in uploading their results to social media. Once this has been added the application will be expanded to allow the user to choose one of their created playlists to colour analyse.

In the future the application will also track the Top 50 charts of different nations around the world to produce an animation that shows the evolution of album cover art colour palettes over time.

Using Colourify

Colourify uses a number of Python packages;

  • spotipy
  • cred
  • PIL (Python Imaging Library)
  • pathlib
  • io
  • requests
  • json
  • numpy
  • math
  • colorsys

The code uploaded to GitHub makes use of the test-data provided in the .json file.

Example Song Palettes

Shoot You Down - The Stone Roses Sola Es Mejor - Karol G Flying On The Ground - Noel Gallagher
Cover Palette Cover Palette Cover Palette

Example Listening History Palette

Example palette

About

A python app that utilises the Spotify API to generate a colour palette from the colours present in the album covers in a user's Spotify playlist/recent listening history.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages