DiscordBOT用のmake it a quote生成パッケージです
Project description
makeitaquote
Discord用Make it a Quote生成パッケージです。 使用しているAPIが死んだら終わりです()
Installation
pip install makeitaquote
使い方
from makeitaquote import MiQ
# ...
miq = (
MiQ()
.set_from_message(referenced_message, format_text=True)
.set_color(True)
.set_watermark(bot.user.name)
)
image_bytes = miq.generate_beta()
file = discord.File(io.BytesIO(image_bytes), filename="quote.png")
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
makeitaquote-1.1.0.tar.gz
(4.3 kB
view details)
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 makeitaquote-1.1.0.tar.gz.
File metadata
- Download URL: makeitaquote-1.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea147c1bafe772a165b639d006da1243f569a81ca287fc227a074718e99e79ca
|
|
| MD5 |
864f570f1efc276b893c88a12d463187
|
|
| BLAKE2b-256 |
34029948556e734810e81c50a0db3d8051d6382d21a837e83882ae76e9bda81d
|
File details
Details for the file makeitaquote-1.1.0-py3-none-any.whl.
File metadata
- Download URL: makeitaquote-1.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8df4bc99e76ea87cca7d58ff1280e54fa01cac121dfcfae3ef6943387d46dbbc
|
|
| MD5 |
57e073ef04fa7f2d8e915d26dfe699f1
|
|
| BLAKE2b-256 |
a69911fab36539a82bbd89e39149f7f18e35876de1419a47c9d02a1fa8441119
|