A Python Version of Canvacord
Project description
A copy of canvacord made in python!
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 a Rank Card
import discord
from discord.ext import commands
from canvacord import rankcard
client = commands.Bot(command_prefix="!")
@client.comand()
async def test(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 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.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.1.8.tar.gz
(5.9 kB
view details)
Built Distribution
File details
Details for the file canvacord-0.1.8.tar.gz
.
File metadata
- Download URL: canvacord-0.1.8.tar.gz
- Upload date:
- Size: 5.9 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 | a94524beaacce3b197ea29a13e60a008d583f2c6692cf72a1c0c53a72b573323 |
|
MD5 | df41bc027bd0ca1c73df1aca9252bb4f |
|
BLAKE2b-256 | b520faa3bf5c701d58a3a8801a7072fbb0796455c85361db6a620359d4d0dd64 |
File details
Details for the file canvacord-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: canvacord-0.1.8-py3-none-any.whl
- Upload date:
- Size: 6.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 | 22bf4e7913564a065b9dad83029ae3ed1130eec208473ed3c8a53ca4675c3bfb |
|
MD5 | 0c9c2abbd6fe148b19f3a2bad745dedc |
|
BLAKE2b-256 | cadf881f42b769d7bc36ca6baa407b8f00437f661a3bed8dbb834a49f9cb2da3 |