Skip to main content

An image manipulation module for EpicBot.

Project description

Install


$ pip install epicbot-images

Usage

Memes:

from epicbot_images import memes





# somewhere else

# this example is for discord bots,

# but `memes.drake()` returns a path to the final image output,

# you can use this in any python app you want, not limited to discord bots.

@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

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

Available meme templates

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

Links

Support | Invite EpicBot | Vote EpicBot

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

epicbot-images-1.3.tar.gz (3.2 MB view hashes)

Uploaded Source

Built Distribution

epicbot_images-1.3-py3-none-any.whl (3.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page