Metadata-Version: 2.1
Name: PyHutool
Version: 0.0.8
Summary: PyHutool lets Python control the mouse and keyboard, and other GUI automation tasks. For Windows, macOS, and Linux
Home-page: https://github.com/kaysen820/PyHuTool
Author: kaysen
Author-email: kaysen820@gmail.com
License: BSD
Keywords: gui automation test testing keyboard mouse cursor click press keystroke control
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# PyHuTool
<p align="center">
	<a href="https://pyhutool.readthedocs.org"><img src="https://www.xujiantao.com/images/pyhutool-logo.png" width="45%"></a>
</p>
<p align="center">
	<strong>🍬A set of tools that keep Python sweet.</strong>
</p>
<p align="center">
	👉 <a href="https://pyhutool.readthedocs.org">https://pyhutool.readthedocs.org</a> 👈
</p>


PyHuTool draws lessons from Java's Hutool to reduce the learning cost of related APIs and improve work efficiency

## 📝文档 
[📘中文文档](https://pyhutool.readthedocs.org)
Full documentation available at https://pyhutool.readthedocs.org


## 🛠️包含组件
| 模块                | 介绍                                      |
| -------------------|-----------------------------------------|
| pyhutool.core        | 核心，包括文件处理、数据转换、日期、各种Util等               |
| pyhutool.gui         | 自动化库，包含按键、鼠标、截图的操作等                     |
| pyhutool.system         | 获取系统相关信息，如显示器数量，当前窗口标题，系统正在运行什么程序以及PID等 |


