Skip to content
/ memegen Public
forked from lnus/memegen

Python Library for easily generating dank memes

Notifications You must be signed in to change notification settings

dpteam/memegen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Memegen

Python module for easily generating dank memes.

Documentation

This doesn't really need a documentation, just import it really.

Example:

from memegen import memeGen
m = memeGen()
m.generate("TOP", "BOTTOM", "IMAGEFILE")

Kwargs

I've added kwarg support so now you can modify certain things, like:

thickness, font, text color, outline color, output file

Example:

m.generate("TOP", "BOTTOM", "IMAGEFILE", output="OUTPUTFILE", textcolor="white", stroke="black", thickness=3)

Dependencies

PIL is the only dependency for this.

pip install Pillow

About

Python Library for easily generating dank memes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%