Python module for easily generating dank memes.
This doesn't really need a documentation, just import it really.
from memegen import memeGen
m = memeGen()
m.generate("TOP", "BOTTOM", "IMAGEFILE")
I've added kwarg support so now you can modify certain things, like:
thickness, font, text color, outline color, output file
m.generate("TOP", "BOTTOM", "IMAGEFILE", output="OUTPUTFILE", textcolor="white", stroke="black", thickness=3)
PIL is the only dependency for this.
pip install Pillow