This is the code to generator memes !
Includes sample photos and quotes !
The user can create their own memes with custom images and quotes !
There are two modules.
Handles the generation of the meme
Handles the generation of quotes
pip install -r requirements.txt
The user can interact with the application using CLI or as a web app.
python src/meme.py --body 'quote' --author 'author' --image 'image location' --help
python src/app.py