A python package of miscelanious utilities
Project description
cheesyutils
A number of miscelanious utilities, mostly for writing bots in discord.py
Usage
You can install the package by running the following command:
pip install -U cheesyutils
You can import the installed package by running the following python code
from cheesyutils.discord_bots import DiscordBot
Creating a simple Discord bot with only the builtin Meta commands:
from cheesyutils.discord_bots import DiscordBot
bot = DiscordBot(
prefix=".",
color="#a0365c"
)
bot.run("YOUR TOKEN HERE")
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cheesyutils-0.3.5.tar.gz.
File metadata
- Download URL: cheesyutils-0.3.5.tar.gz
- Upload date:
- Size: 27.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d00c622d110df30ce6a682ef6784400b3734b9faef190e39b1fd0ecff0b4a4ec
|
|
| MD5 |
a427f3d05c28c257467c0788f01bebb2
|
|
| BLAKE2b-256 |
b777f68a8e368ef3108d508dd29c955ad72f66216b966a4df307f344cf7229ba
|
File details
Details for the file cheesyutils-0.3.5-py3-none-any.whl.
File metadata
- Download URL: cheesyutils-0.3.5-py3-none-any.whl
- Upload date:
- Size: 32.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8c417bf1a312583b4767f0ca62e4f948c76d84a17943cfc95627c7fee3368e5
|
|
| MD5 |
0a1e810ed98128422f44ce445295c042
|
|
| BLAKE2b-256 |
a32273f501d4591dc8fffe0dddfc2793abea0d14aa3aa8c3c3091e64474b98d4
|