Files
2026-02-06 17:26:01 +08:00

21 lines
286 B
Markdown

# automation_tool_for_work-wb
一个用于wb工作的半自动化脚本
## 用法
1. 安装python3
2. 安装依赖库
``` shall
python3 -m pip install pillow
python3 -m pip install psutil
```
3. 运行
``` shall
cd {path_to_your_pyfile}
python3 main.py
```
4. 退出
`exit`
### END