all repos — python-meme-bot @ a17a51edecc18a04aa53c720656248fcce686d9c

Telegram Bot that uses PIL to compute light image processing.

Update README.md
Sam Germain sam.germain@usask.ca
Fri, 23 Jul 2021 23:02:30 -0600
commit

a17a51edecc18a04aa53c720656248fcce686d9c

parent

cd6fbfde9992218959730057a7f29ad63b316bc5

1 files changed, 14 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.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`