Metadata-Version: 2.1
Name: pyrandmeme
Version: 0.0.6
Summary: Random memes for discord.py
Home-page: UNKNOWN
Author: Poggy
Author-email: poggywastaken123@gmail.com
License: UNKNOWN
Description: # Hello World
        A simple library that gives you randomized memes. This is useful for discord.py or anything else included with bots.
        
        For discord.py your code would look like this:
        
        ## Installation
        ```
        pip install pyrandmeme==0.0.5
        ```
        
        # Usage
        ```python 
        from discord.ext import commands
        from pyrandmeme import *
        
        
        client = commands.Bot(command_prefix="(Add prefix here)")
        
        
        @client.command()
        async def meme(ctx):
            await ctx.send(embed=await pyrandmeme())
        
        client.run(token)
        ```
        
Keywords: memes
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
