Metadata-Version: 2.4
Name: chatautox
Version: 6.9.1
Summary: ChatAutoX — WeChat UI automation (WinAuto / vision / clipboard)
Author: ChatAutoX
License-Expression: LicenseRef-Proprietary
Project-URL: Homepage, https://doc.winautox.com/doc-site/
Project-URL: Documentation, https://doc.winautox.com/doc-site/
Keywords: wechat,windows,uia,automation,chatautox
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: comtypes>=1.4.0
Requires-Dist: pywin32>=306
Requires-Dist: pillow>=10.0.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: pyperclip>=1.8.0
Requires-Dist: colorama>=0.4.6
Requires-Dist: tenacity>=8.0.0
Requires-Dist: requests>=2.31.0
Requires-Dist: sounddevice>=0.5.0
Requires-Dist: certifi>=2023.5.7

# chatautox

微信 UI 自动化库（`WeChat` / `WinAuto`）。Windows 专用。

## 安装

```bash
pip install chatautox
```

## 快速开始

```python
from chatautox import WeChat

wx = WeChat()
print(wx.nickname)
```

激活：

```bash
python -m chatautox -a <激活码>
python -m chatautox --device-id
python -m chatautox --status
```

## 说明

- 正式发布包可能含 Cython 编译的 `.pyd`（平台相关，需匹配 Python 版本与 Windows x64）。
- 视觉相关可选依赖见包内 `requirements_vision.txt`（源码树）或文档说明。
