Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 775 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 775 Bytes

good_and_evil_server

Python Django webapp for generating images in the style of Tally Halls's "Good & Evil" album cover!

Usage is /<hex_color>,<str1>,<str2>,<font_size> with font_size being optional (default 70). Examples:

/000000,TALLY,HALL /ff0000,GOOD,EVIL /4B8BBE,PYTHON,DOCKER,54

Core artwork generation code is in process.py.

Running live instance might be available here.

The usual sudo docker-compose up is enough to run it.