Metadata-Version: 2.1
Name: nonebot-plugin-oddtext
Version: 0.1.0
Summary: Nonebot2 插件，用于抽象话等文字生成
Home-page: https://github.com/noneplugin/nonebot-plugin-oddtext
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: nonebot2 (>=2.0.0-beta.4,<3.0.0)
Project-URL: Repository, https://github.com/noneplugin/nonebot-plugin-oddtext
Description-Content-Type: text/markdown

# nonebot-plugin-oddtext

[Nonebot2](https://github.com/nonebot/nonebot2) 插件，用于抽象话等文字生成


### 安装

- 使用 nb-cli

```
nb plugin install nonebot_plugin_oddtext
```

- 使用 pip

```
pip install nonebot_plugin_oddtext
```


### 使用

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

```
指令 + 文本
```

#### 支持的指令

 - 抽象话

> 抽象话 测试一下

<img src="https://s2.loli.net/2022/08/16/z3b2OKMstpumlgB.png" width="100" />


 - 火星文

> 火星文 测试一下
    
```
測試①丅
```


 - 蚂蚁文

> 蚂蚁文 测试一下

<img src="https://s2.loli.net/2022/08/16/WKrxAC95oUIgvYO.png" width="100" />


 - 翻转文字（仅支持英文）

> 翻转文字 test
    
```
ʇsǝʇ
```


 - 故障文字

> 故障文字 测试一下

<img src="https://s2.loli.net/2022/08/16/ITACcLfarNuF3GZ.png" width="100" />

