dankcli is a CLI Image Captioning Tool or 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" [-f "final_image_name_without_extension"]
The text gets automatically wrapped according to width of image but you can also have intentional \n in your text.
The image is saved in the current folder with the name as the current date and time, the name can be changed with the optional -f
or --filename
argument, specifying a file name without the file extension.
$ 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