Skip to content

YogeshKJ/meme-generator-starter-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meme Generator

This is the code to generator memes !
Includes sample photos and quotes !
The user can create their own memes with custom images and quotes !

Modules

There are two modules.

MemeEngine

Handles the generation of the meme

QuoteEngine

Handles the generation of quotes

Installation

pip install -r requirements.txt

Usage

The user can interact with the application using CLI or as a web app.

CLI

python src/meme.py --body 'quote' --author 'author' --image 'image location' --help

Flask

python src/app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published