更新 README.md

This commit is contained in:
2026-02-06 17:24:44 +08:00
parent c1f6d29567
commit 995f10e8fd
+19 -1
View File
@@ -1,3 +1,21 @@
# automation_tool_for_work-wb # automation_tool_for_work-wb
一个用于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