Metadata-Version: 2.1
Name: etool
Version: 1.2.2
Summary: A etool package for security monitoring
Author-email: Allen <jiangyangcreate@gmail.com>
Project-URL: Homepage, https://github.com/jiangyangcreate/etool
Project-URL: Issues, https://github.com/jiangyangcreate/etool/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: schedule>=1.1.0
Requires-Dist: speedtest-cli>=2.1.3
Requires-Dist: pynvml>=11.4.1
Requires-Dist: flask
Requires-Dist: pillow

# 安装

使用 pip 安装 etool:

```bash
pip install etool
```

# 功能

| 功能函数             | 功能简介                                                                   |
| -------------------- | -------------------------------------------------------------------------- |
| `Speed.network()`    | 测试网络速度。                                                             |
| `Speed.disk()`       | 测试磁盘速度。                                                             |
| `Speed.memory()`     | 测试内存速度。                                                             |
| `Speed.gpu_memory()` | 测试 GPU 性能。                                                            |
| `file_ud()`          | 获取局域网地址，访问后提供内网文件上传下载工具。                           |
| `screen_share()`     | 获取局域网地址，访问后提供内网屏幕共享服务（仅支持 Windows）。             |
| `pocwatch()`         | Python 任务调度器，支持定时任务和邮件通知。点击函数可以查看详细内容        |
| `rename_images()`    | 批量重命名图片文件，将图片文件名中的日期部分转换为数字，并生成新的文件名。 |
