Metadata-Version: 2.1
Name: nonebot-plugin-color
Version: 0.1.1
Summary: A specified color image generator for Nonebot2
Home-page: https://github.com/monsterxcn/nonebot-plugin-color
License: MIT
Keywords: nonebot,nonebot2,color
Author: monsterxcn
Author-email: monsterxcn@gmail.com
Requires-Python: >=3.7.3,<4.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: nonebot-adapter-onebot (>=2.0.0b1)
Requires-Dist: nonebot2 (>=2.0.0a14)
Project-URL: Documentation, https://github.com/monsterxcn/nonebot-plugin-color#readme
Description-Content-Type: text/markdown

<h1 align="center">Nonebot Plugin Color</h1></br>


<p align="center">🤖 用于生成指定色彩图片的 Nonebot2 插件</p></br>


<p align="center">
  <a href="https://github.com/monsterxcn/nonebot-plugin-color/actions">
    <img src="https://img.shields.io/github/workflow/status/monsterxcn/nonebot-plugin-color/Build%20distributions?style=flat-square" alt="actions">
  </a>
  <a href="https://raw.githubusercontent.com/monsterxcn/nonebot-plugin-color/master/LICENSE">
    <img src="https://img.shields.io/github/license/monsterxcn/nonebot-plugin-color?style=flat-square" alt="license">
  </a>
  <a href="https://pypi.python.org/pypi/nonebot-plugin-color">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-color?style=flat-square" alt="pypi">
  </a>
  <img src="https://img.shields.io/badge/python-3.7.3+-blue?style=flat-square" alt="python"><br />
</p></br>


**安装方法**


```bash
# 从 PyPI 安装
python3 -m pip install nonebot-plugin-color
```


<details><summary><i>从 Git 安装</i></summary></br>


```bash
# 从 Git 安装
git clone https://github.com/monsterxcn/nonebot-plugin-color.git
cd nonebot_plugin_color
cp -r nonebot_plugin_color /path/to/nonebot/plugins/
```


</details>


重启 Bot 即可体验此插件。


**使用方法**


插件支持类似以下格式的命令，基于正则匹配：


 - `#ABCD88`
 - `123 234 33`
 - `色图 #123456`
 - `color#123456`


<details><summary><i>哎哟这个色啊！好色！</i></summary></br>


![色图来咯](screenshot.png)


</details>


**特别鸣谢**


[@nonebot/nonebot2](https://github.com/nonebot/nonebot2/) | [@Mrs4s/go-cqhttp](https://github.com/Mrs4s/go-cqhttp)

