Metadata-Version: 2.1
Name: nonebot-plugin-phlogo
Version: 0.0.3
Summary: 生成ph风格logo
Home-page: https://github.com/kexue-z/nonebot-plugin-phlogo
License: MIT
Author: kexue
Author-email: x@kexue.io
Requires-Python: >=3.7.3
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Pillow (>=8.3.1)
Requires-Dist: nonebot2 (>=2.0.0-beta.1)
Description-Content-Type: text/markdown

# nonebot-plugin-phlogo

生成ph风格logo

![nb](docs/png.png)
# 安装

直接使用 `pip install nonebot-plugin-phlogo` 进行安装

然后在 `bot.py` 中 写入 `nonebot.load_plugin("nonebot_plugin_phlogo")`

# 指令

`phlogo/pornhub/ph图标 [text1] [text2]`

# 配置

## 字体文件 可选 环境配置

```
PHLOGO_FONT = "./data/font.ttf"
```

- 使用 truetype 字体
- 建议使用微软雅黑

