Update README.md
Sam Germain sam.germain@usask.ca
Fri, 23 Jul 2021 23:02:30 -0600
1 files changed,
14 insertions(+),
0 deletions(-)
jump to
M
README.md
→
README.md
@@ -1,2 +1,16 @@
# python-meme Python program that creates a meme from an image and caption text + +## How to use + +Edit `main.py` near the bottom and change these lines to what you need for your image + +``` +caption = "Now I Have a Caption" +image = './my_image.jpg' +outputImage = './my_captioned_image.jpg' +``` + +Using the command line run + +`python main.py`