dankcli is a CLI Meme Generator which automatically adds white space and text to the top of your image.
$ pip install dankcli$ python -m dankcli "path/to/image" "Meme text you want to add"The text gets automatically wrapped according to width of image but you can also have intentional \n in your text. The meme is saved in a new folder called 'dankcli-output' with a name 'meme%s.png'
$ python -m dankcli "templates/yesbutno.jpg" "Mom at 2am: Are you awake?\n\nMe:"turns this
to this
$ python -m dankcli "mymemes/helpmeme.jpg" "When you make a meme generator but now you can't stop making memes"turns this
to this



