Skip to main content

轻量文字转图片插件

Project description

nonebot-plugin-txt2img

✨ 轻量文字转图片插件 ✨

license pypi python

简介

请注意:此插件仅适配 nonebot2 2.0.0b1 及以上。

本插件由使用 PIL 库将纯文字消息转为图片,启动时会检测所需资源是否存在,若不存在会自动下载到对应位置。生成的图片以 base64 格式发送,不保存到磁盘。

安装步骤

安装 NoneBot2

完整文档可以在 这里 查看。

请在创建项目时选用 onebot v11 适配器,并且按照文档完成最小实例的创建。

安装 nonebot-plugin-txt2img

使用 pip 安装:

pip install nonebot-plugin-txt2img

bot.py 文件添加以下代码加载插件:

nonebot.load_plugin("nonebot-plugin-txt2img")

指令说明

指令匹配方式添加了 to_me() 规则,在群聊中使用时需要在命令首部或尾部添加 @{bot_self_id}{bot_nickname}

使用指令:txt2img

发送指令后根据提示输入标题、内容与字体大小,即可完成图片生成。

  • 标题:以 1.5 倍字体大小排版在首行居中位置。
  • 内容:以 1 倍字体大小左对齐排版。
  • 字体大小:位于 10~120 之间的数字。

项目致谢

本项目基于以下项目或服务实现,排名不分先后。

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

nonebot-plugin-txt2img-0.1.0.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

nonebot_plugin_txt2img-0.1.0-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page