Python module for discord bot like commands from the console
Project description
A Python package for creating discord bot like commands
This package aims to create discord bot like commands for the python console. This packages syntax for creating commands is very similar to discord.py. Also inspired by TheGenocide/PyCommands. You can read the examples to see how to create a bot with it This package is solely written in python 3.10 and thus requires it.
You can install it by doing pip install python-commandmaker
You can submit pull requests to improve any code as the project
is completely open source
A quick example -
import Commands
bot = Commands.CommandMaker("An example bot", ".",
case_insensitive=False)
@bot.command()
def some_command(command_args):
print(command_args)
bot.run()
Project details
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 python-commandmaker-0.0.4.tar.gz.
File metadata
- Download URL: python-commandmaker-0.0.4.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59a42dbad6bcc710a170cd67c7f128f11e5086eb1db68c500e7ecd6d045a70be
|
|
| MD5 |
398226aa03b1278a7b8572b3601a54bf
|
|
| BLAKE2b-256 |
c5fa8223084ce990057e713135b43d0f5348bcf22a491246d7c78f926032b45f
|
File details
Details for the file python_commandmaker-0.0.4-py3-none-any.whl.
File metadata
- Download URL: python_commandmaker-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97b9f07ae7516a76c28283c326acc696e23e8d875b688962443838226e1b9b9a
|
|
| MD5 |
265817eff10a4ead89d2164df7d5c4a4
|
|
| BLAKE2b-256 |
c93d78634765f770bd1b5b5d5041adaea2d201946122270075911c2e10d59d9c
|