Skip to content

orionwills/dankcli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dankcli

PyPI version

dankcli is a CLI Meme Generator which automatically adds white space and text to the top of your image.

Installation

$ pip install dankcli

Usage

$ 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'

Example

Example 1 (showing \n functionality)

$ python -m dankcli "templates/yesbutno.jpg" "Mom at 2am: Are you awake?\n\nMe:"

turns this

to this

Example 2 (showing auto textwrap)

$ python -m dankcli "mymemes/helpmeme.jpg" "When you make a meme generator but now you can't stop making memes"

turns this

to this

About

CLI Meme Generator to automatically add whitespace and text to top

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%