# wd_tool **Repository Path**: linz0212/wd_tool ## Basic Information - **Project Name**: wd_tool - **Description**: wd 工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-07 - **Last Updated**: 2024-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 路径 cd D:\git\python\wd_tool # python环境 conda create -n py37 python==3.7.3 # 激活 conda activate py37 # pip 依赖安装 - pip install -r requirements.txt - pip3 install pyautogui # vscode 运行版本 按F1,输入 Python: Select Interpreter,选择对应的Python版本 # 查看报告 allure serve ./report # faker 数据模拟