Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.41 KB

File metadata and controls

41 lines (25 loc) · 1.41 KB

Spotify Playlist Cover Generator

Create beautiful Spotify playlist covers in one click.

It creates random playlist covers from random images and your playlist names then uploads to your Spotify account.

It uses This is + your playlist nametemplate.

For now, it automatically updates all public playlists in your library.

Installation

Install the dependencies from pip:

pip3 install spotipy
pip3 install Pillow
pip3 install colorthief

Usage

To run:

python3 main.py

You should provide a Spotify OAuth Token to the script. To do that, you can simply create a Spotify developer account from here and generate an OAuth token with the only ugc-image-upload scope selected in this page.

Samples

sample1

sample2

sample3

sample4

sample5

sample6