# 简易自动脚本 **Repository Path**: unlimited13/simple-automated-scripts ## Basic Information - **Project Name**: 简易自动脚本 - **Description**: PyAutoGUI编写简易鼠标键盘自动操作脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-07 - **Last Updated**: 2024-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于[PyAutoGUI](https://pyautogui.readthedocs.io/)编写,用于完成一些简单重复的键盘和鼠标操作 # 使用方式 - 安装Python3运行环境 - 安装pyautogui、pyperclip、pyyaml ```shell pip install pyautogui pyperclip pyyaml ``` - 在`config.yaml`中配置操作步骤 - 运行脚本 ```shell python auto.py ``` 在Windows上可直接双击`run.bat` > 自用脚本,不接受任何意见。