An Declarative UI Kit for discord.py or pycord
Project description
This package is an extension of discord.ui.
You can use pycord or discord.py.
I hate pycord’s slash command system.
why use discord-ext-ui?
discord-ext-ui comes with a declarative View system and Combine system similar to SwiftUI.
This makes it easier to implement architectures such as MVVM and to edit buttons after they have been submitted.
Advantages of adopting discord-ext-ui
no more need to explicitly update the message
As an example, let’s say you want to implement a function that allows you to increase or decrease the count using a button.
If you want to implement it without using MVVM, you need to explicitly write a process to update the message to reflect the change in the internal state when the button is pressed.
On the other hand, discord-ext-ui provides wrappers for variables such as state and published. By using this wrapper, it is not necessary to explicitly write message updates according to changes in member variables.
Also, since the function to be executed when the button is pressed can be set declaratively, it is possible to perform complex processing such as for loops. 2.
easy to write when a button is used
Button support has been available since discord.py 2.0, but the standard button support mechanism in discord.py has some problems such as difficulty in changing buttons in the middle of the process.
With discord-ext-ui, it is possible to change buttons when updating automatically, so it is easy to implement disabling/enabling according to instance variable values and changing buttons according to internal states such as pagination.
Example
See ./examples/.
LICENSE
MIT
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
Hashes for discord_ext_ui-3.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5367b52d128d8db56e3dd52fe9cff847e9841867532def0bb9c76f52db302ef1 |
|
MD5 | dd47f7c55b4473ed38f61dcf8e7e4002 |
|
BLAKE2b-256 | 7c6e863f01dfb834d3b9ef211f3cabe1ee70556487b807e80cd6e276dbb2a565 |