# ShakeMouse **Repository Path**: tf5488/shake-mouse ## Basic Information - **Project Name**: ShakeMouse - **Description**: 鼠标自动移动,避免长时间静止触发锁屏 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-03-04 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, pyautogui ## README # ShakeMouse #### 介绍 鼠标自动移动,避免长时间静止触发锁屏 #### 软件架构 基于 `python` + `pyautogui` 实现的自动触发鼠标移动的工具,可以有效防止自动锁屏。 本地代码执行,安全可靠。 #### 使用说明 提供两种使用方法: ##### 手动执行 1. 下载本仓库数据,通过 `requirements.txt` 文件,安装依赖 > `pip install -r requirements.txt` 2. 执行脚本文件 `mouseMove.bat`,开始使用 ##### 工具执行 仓库提供了打包好的 exe 执行文件,可以直接点击使用 > 执行文件使用 `pyinstaller `进行打包处理