Metadata-Version: 2.1
Name: dankcli
Version: 0.3
Summary: CLI Meme Generator to automatically add whitespace and text to top
Home-page: https://github.com/sggts04/dankcli
Author: Shreyas Gupta
Author-email: technology.shreyas@gmail.com
License: MIT
Keywords: dankcli dank meme memegenerator memes generator pillow dankmemes
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pillow

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

## Usage

```
$ python -m dankcli 'path/to/image' 'Text you want need'
```

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

```
$ python -m dankcli 'templates/reality.png' 'When you learn how to inspect element in chrome'
```


