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.rankcard 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
level = 1
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.3.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file canvacord-0.1.3.tar.gz
.
File metadata
- Download URL: canvacord-0.1.3.tar.gz
- Upload date:
- Size: 4.5 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 | 6b8153768c11b0bafb70e5c2847d968be83eb557b648440dd988fab829e9d744 |
|
MD5 | d38c2c3498a35695b14e5ba1b93c492b |
|
BLAKE2b-256 | e8069b1273518f1d4aeee92b48628edf9d3cc80626a2f551108a615937ef3456 |
File details
Details for the file canvacord-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: canvacord-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.7 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 | 3c19bcedea960842556c6ee2f0cc49815eba27495dddfa7e7ec9b2e6fe83688e |
|
MD5 | 2e58b5a63bf444de017485072070fbfd |
|
BLAKE2b-256 | af36f35aa02c0686dc953f89cbedd448433352863195df08d435edce46ce0776 |