xjcl / good_and_evil_server

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 76.6%Language:CSS 16.5%Language:HTML 6.0%Language:Dockerfile 0.9%