epicbot-images

Image manipulation package used for EpicBot.

Install

$ pip install epicbot-images

Usage

Memes:

from epicbot_images import memes

# for a discord bot
@bot.command()
async def drake(ctx, first, second):
    await ctx.reply(file=discord.File(await memes.drake(first, second)))
    # it's so easy to use

Effects:

from epicbot_images import effects

@bot.command()
async def blur(ctx, user: discord.User):
    await ctx.reply(file=discord.File(await effects.blur(await user.avatar.read())))
    # 1 line go brr

I won't be making docs for these, refer to the source code or ask in the support server if you have any questions

Meme templates

  • drake, disappointed, flex_tape, bernie, panik, doge, my_heart

Effects

  • blur, flip, rotate, enhance, ascii, blend, wiggle

GitHub

https://github.com/Nirlep5252/epicbot-images