Metadata-Version: 2.1
Name: nonebot-plugin-memes
Version: 0.2.3
Summary: Nonebot2 plugin for making memes
Home-page: https://github.com/MeetWq/nonebot-plugin-memes
License: MIT
Author: meetwq
Author-email: meetwq@gmail.com
Requires-Python: >=3.7.3,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Pillow (>=8.2.0)
Requires-Dist: aiocache (>=0.11.0)
Requires-Dist: emoji (>=1.7.0,<2.0.0)
Requires-Dist: fonttools (>=4.31.2,<5.0.0)
Requires-Dist: httpx (>=0.19.0)
Requires-Dist: imageio (>=2.12.0,<3.0.0)
Requires-Dist: nonebot-adapter-onebot (>=2.0.0-beta.1,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0-beta.1,<3.0.0)
Project-URL: Repository, https://github.com/MeetWq/nonebot-plugin-memes
Description-Content-Type: text/markdown

# nonebot-plugin-memes

[Nonebot2](https://github.com/nonebot/nonebot2) 插件，用于表情包制作


### 使用

支持的表情包：

发送“表情包制作”显示下图的列表：

<div align="left">
  <img src="https://s2.loli.net/2022/01/19/KNnsQxOrFgouV6z.jpg" width="500" />
</div>


每个表情包首次使用时会下载对应的图片和字体，可以手动下载 `resources` 下的 `images`，`thumbs` 和 `fonts` 文件夹，放置于机器人运行目录下的 `data/memes/` 文件夹中


### 示例

 - `鲁迅说 我没说过这句话`

<div align="left">
  <img src="./examples/2.png" width="250" />
</div>


 - `王境泽 我就是饿死 死外边 不会吃你们一点东西 真香`

<div align="left">
  <img src="./examples/3.gif" width="250" />
</div>


### 特别感谢

- [Ailitonia/omega-miya](https://github.com/Ailitonia/omega-miya) 基于nonebot2的qq机器人

- [HibiKier/zhenxun_bot](https://github.com/HibiKier/zhenxun_bot) 基于 Nonebot2 和 go-cqhttp 开发，以 postgresql 作为数据库，非常可爱的绪山真寻bot

- [kexue-z/nonebot-plugin-nokia](https://github.com/kexue-z/nonebot-plugin-nokia) 诺基亚手机图生成

