# 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