A Python Version of Canvacord
Project description
A copy of canvacord made in python!
Table of contents
Installation
Run any of these commands in terminal:
Mac / Linux
pip install canvacord
Windows
python -m pip install canvacord
Examples
💡 This library requires discord.py.
Creating-Images
import discord
from discord.ext import commands
import canvacord
client = commands.Bot(command_prefix="!")
@client.comand()
async def rankcard(ctx):
user = ctx.author
username = ctx.author.name + "#" + ctx.author.discriminator
currentxp = 1
lastxp = 0
nextxp = 2
current_level = 1
current_rank = 1
background = None
image = await canvacord.rankcard(user=user, username=username, currentxp=currentxp, lastxp=lastxp, nextxp=nextxp, level=current_level, rank=current_rank, background=background)
file = discord.File(filename="rankcard.png", fp=image)
await ctx.send(file=file)
@client.comand()
async def triggered(ctx):
user = ctx.author
image = await canvacord.trigger(user)
file = discord.File(filename="triggered.gif", fp=image)
await ctx.send(file=file)
@client.comand()
async def communism(ctx):
user = ctx.author
image = await canvacord.communism(user)
file = discord.File(filename="communism.gif", fp=image)
await ctx.send(file=file)
@client.comand()
async def jail(ctx):
user = ctx.author
image = await canvacord.jail(user)
file = discord.File(filename="jail.png", fp=image)
await ctx.send(file=file)
@client.comand()
async def gay(ctx):
user = ctx.author
image = await canvacord.gay(user)
file = discord.File(filename="gay.png", fp=image)
await ctx.send(file=file)
@client.comand()
async def hitler(ctx):
user = ctx.author
image = await canvacord.hitler(user)
file = discord.File(filename="hitler.png", fp=image)
await ctx.send(file=file)
@client.comand()
async def spank(ctx):
user1 = ctx.author
user2 = ctx.author
image = await canvacord.spank(user1, user2)
file = discord.File(filename="spank.png", fp=image)
await ctx.send(file=file)
client.run("BOT_TOKEN")
Links
Downloads
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
canvacord-0.2.1.tar.gz
(8.6 kB
view details)
Built Distribution
canvacord-0.2.1-py3-none-any.whl
(14.0 kB
view details)
File details
Details for the file canvacord-0.2.1.tar.gz
.
File metadata
- Download URL: canvacord-0.2.1.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 180bf1b3ebcb9b03ff191c265b1696cb886b01d875235842ec5ff40ebe1e0353 |
|
MD5 | b64882856a958bc6bdd850a1f7a147e8 |
|
BLAKE2b-256 | cf18536f52da1ba284fbd7471ad7be3f1a7cabcf3b0fc87fd7b8f841099fc7f9 |
File details
Details for the file canvacord-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: canvacord-0.2.1-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e94811729fe322268ec2781c546cd45510f3d9f57191c9b6cfdafeb15b8ca38 |
|
MD5 | ccff645c3f191bc7c81135e7a552e2dc |
|
BLAKE2b-256 | 41da7697c5cfaf75ba4c7cb38eec84ec30f9d08b7fc595000b4953be28d3267e |