Metadata-Version: 2.1
Name: nonebot-plugin-logo
Version: 0.2.2
Summary: Nonebot2插件，用于制作 PornHub 等风格 logo
Home-page: https://github.com/noneplugin/nonebot-plugin-logo
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: Jinja2 (>=3.0.0,<4.0.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: nonebot-plugin-htmlrender (>=0.0.4.1)
Requires-Dist: nonebot2 (>=2.0.0-beta.4,<3.0.0)
Project-URL: Repository, https://github.com/noneplugin/nonebot-plugin-logo
Description-Content-Type: text/markdown

# nonebot-plugin-logo

[Nonebot2](https://github.com/nonebot/nonebot2) 插件，用于 PornHub 等风格logo制作


### 安装

- 使用 nb-cli

```
nb plugin install nonebot_plugin_logo
```

- 使用 pip

```
pip install nonebot_plugin_logo
```


### 使用

**以下命令需要加[命令前缀](https://v2.nonebot.dev/docs/api/config#Config-command_start) (默认为`/`)，可自行设置为空**

目前支持的风格：

 - PornHub

指令：`ph /phlogo {left_text} {right_text}`

示例：`ph Porn Hub`

<div align="left">
  <img src="./examples/1.png" />
</div>

 - YouTube

指令：`yt /ytlogo {left_text} {right_text}`

示例：`yt You Tube`

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

 - 5000兆円欲しい!

指令：`5000兆 {left_text} {right_text}`

示例：`5000兆 我去 初音未来`

<div align="left">
  <img src="./examples/3.png" />
</div>

 - 抖音

指令：`douyin/dylogo {text}`

示例：`douyin douyin`

<div align="left">
  <img src="./examples/4.gif" />
</div>

 - 谷歌

指令：`google/gglogo {text}`

示例：`google Google`

<div align="left">
  <img src="./examples/5.png" />
</div>


### 特别感谢

- [yurafuca/5000choyen](https://github.com/yurafuca/5000choyen) 5000choyen generator

- [Ice-Hazymoon/MikuTools](https://github.com/Ice-Hazymoon/MikuTools) 一个轻量的工具集合

