Command Line (CLI) and and Flask web application to generate memes.
It is a multimedia application to dynamically generate memes, including an image with an overlaid quote. Create a dynamic data-rich application to generate images with quotes.
Install all dependencies given in the requirements.txt file using pip:
pip install -r requirements.txt
The application can be started by running the following command:
python app.py
You can access the application at:
https://localhost:5000
Also:
python meme.py --path ./_data/photos/dog/xander_4.jpg --body "Better friend of the human" --author anonymous
Flask - The python server micro framework