Project logo

Simple PILlow template generator

License


just a script using the Python Image Library to update image programmatically for streams.

Installation

Uses python 3.9 however it should work with any version of Python3 that supports PIL.

python -m venv venv
source venv/bin/activate 
pip install -r _requirements.txt

code is self explanatory. change global parameters to preferred values.

TODO :

  • deploy it as a flask app with image upload and text upload or sync function.
  • could have it render a endpoint as well and can be used as browser source.

✍️ Authors