Metadata-Version: 2.1
Name: memethesis
Version: 2.1.0
Summary: A CLI tool to visualize your memes
Home-page: https://github.com/fakefred/memethesis-cli
Author: fakefred
Author-email: fakefred@protonmail.ch
License: GPLv3
Project-URL: LiberaPay, https://liberapay.com/fakefred/donate
Keywords: meme
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: PyInquirer
Requires-Dist: colored

```bash
$ pip install memethesis
$ memethesis -i  # interactive mode (try it)
$ memethesis -h
usage: memethesis [-h] [-i] [-f {drake,brainsize,womanyelling}] [-o OUTPUT] [-p] [-c CAPTION] [--dislike DISLIKE] [--like LIKE] [-s1 SIZE1]
                  [-s2 SIZE2] [-s3 SIZE3] [-s4 SIZE4] [-s5 SIZE5] [-s6 SIZE6] [-s7 SIZE7] [-s8 SIZE8] [-s9 SIZE9] [-s10 SIZE10] [-s11 SIZE11]
                  [-s12 SIZE12] [-s13 SIZE13] [-s14 SIZE14] [--woman WOMAN] [--cat CAT]

All Your Memes Are Belong To Us!

optional arguments:
  -h, --help            show this help message and exit
  -i, --interactive     interactive mode
  -f {drake,brainsize,womanyelling}, --format {drake,brainsize,womanyelling}
                        the meme format to use (Supported: drake, brainsize, womanyelling)
  -o OUTPUT, --output OUTPUT
                        the filename to save the meme as (default: ./meme.jpg)
  -p, --preview         display the meme without saving it, unless -o/--output is specified
  -c CAPTION, --caption CAPTION
                        caption text to add above your meme

Drake:
  --dislike DISLIKE
  --like LIKE

Brain Size (so many sizes thanks to Brian):
  -s1 SIZE1, --size1 SIZE1
  -s2 SIZE2, --size2 SIZE2
  -s3 SIZE3, --size3 SIZE3
  -s4 SIZE4, --size4 SIZE4
  -s5 SIZE5, --size5 SIZE5
  -s6 SIZE6, --size6 SIZE6
  -s7 SIZE7, --size7 SIZE7
  -s8 SIZE8, --size8 SIZE8
  -s9 SIZE9, --size9 SIZE9
  -s10 SIZE10, --size10 SIZE10
  -s11 SIZE11, --size11 SIZE11
  -s12 SIZE12, --size12 SIZE12
  -s13 SIZE13, --size13 SIZE13
  -s14 SIZE14, --size14 SIZE14

Woman Yelling:
  --woman WOMAN
  --cat CAT
```


