Files
automation_tool_for_work-wb/README.md
T
2026-02-06 17:24:44 +08:00

21 lines
276 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