# AutoMaid **Repository Path**: fofade/auto-maid ## Basic Information - **Project Name**: AutoMaid - **Description**: 自动化执行一些东西 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-22 - **Last Updated**: 2023-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: 开源 ## README # AutoMaid ## 运行 ### 运行程式 ### 运行代码 #### Windows ```bash # 进入目录 cd auto-maid # 创建虚拟环境 python -m venv venv # 激活虚拟环境 .\venv\Scripts\activate.bat # 安装依赖 pip install -r requirements.txt # 运行 python AutoMaid\edgeops.py ``` #### Linux ## 模块 找图、OCR、Yolo等 ## 思路实现 - [] 通过预设的图片自动判断界面状态并执行该界面状态预设的逻辑