Files
meme-otron/README.md
T
2020-05-02 15:55:12 +02:00

71 lines
1.7 KiB
Markdown

[![Total alerts](https://img.shields.io/lgtm/alerts/g/Klemek/meme-otron.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Klemek/meme-otron/alerts/)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Klemek/meme-otron.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Klemek/meme-otron/context:python)
[![Coverage Status](https://coveralls.io/repos/github/Klemek/meme-otron/badge.svg?branch=master)](https://coveralls.io/github/Klemek/meme-otron?branch=master)
# Meme-Otron
*When making a meme need to be instantaneous*
This is a Python module (and a discord bot) to make memes from templates, like this:
![](main.jpg)
> ```bash
> python3 -m meme_otron brain3 \
> "Making memes using an image editor" \
> "Making memes using a Python script" \
> "Making memes using a Discord bot" > main.jpg
> ```
## Installation
```bash
git clone https://github.com/Klemek/meme-otron
cd meme-otron
pip install -r requirements.txt
```
You're good to go
## Quick start
```bash
python -m meme_otron [meme_id] "text 1" "text 2" ... > output.jpg
```
## More info
The full documentation can be found [here](./docs/README.md).
It includes:
* Arguments syntax
* Discord help
* CLI help
* Full list of templates with images
## Discord bot
You can invite the bot on your server with [this link](https://discordapp.com/api/oauth2/authorize?client_id=704073533776723988&permissions=43072&scope=bot).
## History
* 1.3
* **Complex memes syntax**
* Examples in docs
* "Reaction" templates
* Reworked CLI arguments
* More unit testing
* More docs
* Bug fix
* 1.2
* Reworked text fitting
* Unit testing
* More docs
* Bug fix
* 1.1
* More docs
* Bug fix
* Empty string fix
* 1.0
* Initial release