Metadata-Version: 2.1
Name: zassist
Version: 0.9.0
Summary: 制作游戏辅助常用模块
Home-page: https://pypi.org/
Author: zlyuan
Author-email: 1277260932@qq.com
License: GNU GENERAL PUBLIC LICENSE
Platform: all
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: pywin32
Requires-Dist: psutil

# 制作游戏辅助常用模块

##### 包含以下功能
+ [x] 键盘工具 keyboard
+ [x] 鼠标工具 mouse
+ [ ] 网络模块 network
+ [x] 加密模块 password
+ [ ] 注册表　 regedit
+ [x] 屏幕工具 screen
+ [x] 系统工具 system
+ [x] 窗口工具 window

##### 已取消以下功能
+ [ ] 脚本工具 script
+ [ ] 驱动管理 drive
+ [ ] 授权管理 jurisdiction
+ [ ] 数学库　 mathf
+ [ ] 文件管理 file

#### 更新日志

> 18-12-03 0.9.0
> + 已经实现了大部分功能

> 18-11-29  0.1.0
> + 本模块所有功能(包含已删除功能)已使用csharp代码实现, 正在重写为python代码, 本次发布并没有任何功能, 只是为了占名字


