Skip to content

Commit

Permalink
Update metadata; version bump 3.0.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
fakefred committed Feb 13, 2020
1 parent 47f0200 commit c966629
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 57 deletions.
78 changes: 22 additions & 56 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,65 +63,31 @@ $ pip install dist/memethesis-[something].whl
> which `python` refers to. If your OS uses `python3`, you are smart enough.
```bash
$ memethesis -i # interactive mode (try it)
$ memethesis -h
usage: __main__.py [-h] [-i]
[-f {drake,brainsize,womanyelling,pooh,pigeon,draw25}]
[-o OUTPUT] [-p] [-c CAPTION]
[--dislike DISLIKE] [--like LIKE]
[--s1 S1] [--s2 S2] [--s3 S3] [--s4 S4]
[--s5 S5] [--s6 S6] [--s7 S7] [--s8 S8]
[--s9 S9] [--s10 S10] [--s11 S11]
[--s12 S12] [--s13 S13] [--s14 S14]
[--woman WOMAN] [--cat CAT]
[--tired TIRED] [--wired WIRED]
[--katori KATORI] [--butterfly BUTTERFLY]
[--is-this-a IS_THIS_A] [--do DO]
[--guy GUY]

All Your Memes Are Belong To Us!

optional arguments:
Memethesis CLI - All Your Memes Are Belong To Us!

arguments:
-h, --help show this help message and exit
-i, --interactive interactive mode
-f {drake,brainsize,womanyelling,pooh,pigeon,draw25}, --format {drake,brainsize,womanyelling,pooh,pigeon,draw25}
the meme format to use (Supported:
drake, brainsize, womanyelling, pooh,
pigeon, draw25)
-o OUTPUT, --output OUTPUT
the filename to save the meme as
(default: ./meme.jpg)
-p, --preview display the meme without saving it,
-l, --list show a list of meme formats and exit
-i, --interactive interactive mode (certain formats only)

-f, --format FORMAT the meme format to use
-c, --caption CAPTION caption text to add above your meme

-o, --output OUTPUT save the meme as (jpg/png)
-p, --preview display 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

brainsize:
--s1 S1
--s2 S2
...
--s14 S14

womanyelling:
--woman WOMAN
--cat CAT

pooh:
--tired TIRED
--wired WIRED

pigeon:
--katori KATORI
--butterfly BUTTERFLY
--is-this-a IS_THIS_A

draw25:
--do DO
--guy GUY

usage:
# command mode
$ memethesis -f FORMAT [-p|-o filename] --flag0 TEXT0 --flag1 TEXT1 ...

# remember to wrap spaced strings in quotes
# example:
$ memethesis -f drake -o meme.png --dislike 'one thing' --like 'another thing'

# interactive mode
$ memethesis -i
```

## Debugging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='memethesis',
version='3.0.0-beta',
version='3.0.0b0',
description='A CLI tool to visualize your memes',
long_description=open('./README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit c966629

Please sign in to comment.