Metadata-Version: 2.4
Name: autoxkit
Version: 0.1.1
Summary: Python library for automating Windows
Author-email: YorickFin <1582456060@qq.com>
License: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/YorickFin/autoxkit
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

# autoxkit

一个轻量级的 Windows 自动化库，提供鼠标与键盘操作模拟、全局钩子监听等功能，适用于自动化脚本、软件测试、人机交互等场景。

## ✨ 功能特色

- 全局鼠标和键盘钩子监听
- 支持鼠标点击、移动、滚轮操作
- 支持按键按下、释放、文本输入
- 事件回调设计，便于集成和扩展
- 基于 Python 实现，简单易用

## 📦 安装方式

使用 pip 安装：

```bash
pip install autoxkit
```

下载源码后，从本地目录安装：

```bash
pip install .
```

## github 地址

https://github.com/YorickFin/autoxkit
