- Notifications
You must be signed in to change notification settings - Fork0
eolatham/text-graphic-generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Author: Eric Latham
Email:ericoliverlatham@gmail.com
This project provides the functionality to generate high quality, bicolor, social-media-friendly text graphics in a simpleFlask/JavaScript webapp.
With the help ofPDM andMake, managing and working within this repo are very simple.
- clone the repo and
cd
into it - run the command
make setup
to create aPDM environment with all the required Python packages installed
- run the command
make test
to start theFlask app (app.py) in development mode - open a browser and go tohttp://localhost:5000/
- contains text-processing functions to check input validity, format input, and apply automatic text-wrapping to input
- assumes all image variables and parameters are eitherPIL Images orNumpy arrays of theRGB color model
- is somewhat customizable if you want to change watermark files, adjust text settings, or add color templates
About
A simple Flask/JavaScript webapp that allows users to generate high quality, bicolor, social-media-friendly text graphics
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.