Metadata-Version: 2.1
Name: PyHutool
Version: 0.0.9
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
Description: # 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>
        
        [![Documentation Status](https://readthedocs.org/projects/pyhutool/badge/?version=latest)](https://pyhutool.readthedocs.io/en/latest/?badge=latest)
        [![GitHub license](https://img.shields.io/github/license/KAY53N/PyHutool)](https://github.com/KAY53N/PyHutool/blob/main/LICENSE)
        [![GitHub issues](https://img.shields.io/github/issues/KAY53N/PyHutool)](https://github.com/KAY53N/PyHutool/issues)
        [![GitHub stars](https://img.shields.io/github/stars/KAY53N/PyHutool)](https://github.com/KAY53N/PyHutool/stargazers)
        
        PyHutool draws lessons from Java's Hutool to reduce the learning cost of related APIs and improve work efficiency
        
        ## 📝文档 
        [📘中文文档](https://pyhutool.readthedocs.io/zh_CN/latest/index.html)
        Full documentation available at https://pyhutool.readthedocs.org
        
        
        ## 🛠️包含组件
        | 模块                | 介绍                               |
        | -------------------|----------------------------------|
        | pyhutool.core        | 核心，包括文件处理、数据转换、日期、各种Util等        |
        | pyhutool.gui         | 自动化库，包含按键、鼠标、截图的操作等              |
        | pyhutool.system         | 获取系统相关信息，如显示器数量，当前窗口标题，系统运行的应用信息 |
        | pyhutool.crypto         | 加密解密模块，提供对称、非对称和摘要算法封装           |
        | pyhutool.cryptocurrency | 加密货币相关类库封装       |
        
        
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
