YungBricoCoop / spotify-collage

Create collage for top artists and tracks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify-collage

Create collage for top artists and tracks

To create collage for artists just use the method :
createArtistsCollage(numberOfArtists,pictureSize,term,reverse,show,filename)

To create collage for tracks just use the method :
createArtistsCollage(numberOfArtists,pictureSize,term,reverse,show,filename)

numberOfArtists : Number of artists picture displayed on the collage
pictureSize : int, Size of each individual picture of the collage in pixels
term : String, long_term, medium_term, short_term
reverse : boolean, vertical or horizontal
show : boolean, show image when done
filename : String, path and extension of the file to save

Examples :

createArtistsCollage(10,100,"medium_term",True,True,"medium_term_artists.png") createArtistsCollage(20,500,"short_term",True,True,"short_term_artists.png") createTracksCollage(18,700,"long_term",True,True,"long_term_tracks.png") createTracksCollage(30,200,"medium_term",False,True,"medium_term_tracks.png")

About

Create collage for top artists and tracks


Languages

Language:Python 100.0%