Skip to content

FelixWeichselgartner/album_cover_art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Album Cover Art

Reads in an image of an album cover and and pulls the lyrics from an API to create an image to create "art", which consists of the colored lyrics to mirror the original.

Original Without Background With Background
original result result

Usage

  • Copy the covers you want use in the ./input/ folder.
  • Name the images from 00_foo.png to XX_bar.jpg.
  • Create a songs.txt file in the ./input/ folder.
  • Enter the name of the song (that should be contained by the new image) for 00_foo.png in the first line, second line is for the next image and so on.
  • Install dependencies with: python3 -m pip install -r requirements.txt
  • Run: python3 main.py
  • Your ouput is in: ./output/

Dependencies

Acknoledgements

Thanks go out to u/Jkelly515 from here for the idea.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages