-
直接去 Release 发布面板下载 EXE 文件即可!
-
注:当前仅支持在 Windows 系统上运行。
-
界面语言:简体中文
-
Go directly to the Release panel and download the executable file!
-
Note: Currently only Windows systems are supported.
-
Language: Chinese Simplified
Mouse_Clicker/
├── MouseClicker.py
├── MouseMapper.py
├── resource/
│ ├── icon.ico
│ ├── icon2.ico
│ └── icon2.png
├── README.md
└── requirements
Jump to English
这是一个基于 Python 的桌面小工具项目,当前包含两个应用:Mouse Clicker 和 Mouse Mapper。
项目目前采用单文件脚本形式,代码复杂度较低,因此暂未拆分模块。当前两个主程序分别位于项目根目录下的 MouseClicker.py 和 MouseMapper.py。
这是一个经典的鼠标连点器,已经实现基本功能,支持点击间隔、按住鼠标时长、自动关闭、左键点击和右键点击等设置。
程序运行时,可使用快捷键 Ctrl+Alt+F6 启动或停止;全局监听热键 Ctrl+Shift+Q 可以强制结束线程并退出软件。
这是一个鼠标映射工具,用于将特定键盘按键映射为鼠标点击操作。 当前版本支持按下指定按键后执行一次鼠标左/右键点击,适合简单的点击映射场景,更多功能仍在开发中。
在项目根目录下运行:
pip install -r requirements在项目根目录下启动 Mouse Clicker:
python MouseClicker.py在项目根目录下启动 Mouse Mapper:
python MouseMapper.py跳转到简体中文
This is a Python-based desktop utility project with two applications: Mouse Clicker and Mouse Mapper.
The project currently uses single-file scripts because the codebase is still small and does not require module splitting.
The two main entry scripts are located in the project root directory as MouseClicker.py and MouseMapper.py.
This is a classic mouse auto-clicker that already supports the basic features, including click interval, mouse hold duration,
automatic closing, left-clicking, and right-clicking options.
While the program is running, use Ctrl+Alt+F6 to start or stop it, and use Ctrl+Shift+Q to force-stop the thread and exit the application.
This is a mouse mapping utility that maps a specific keyboard key to a mouse click action. The current version supports triggering a single left / right mouse click when the assigned key is pressed. It is intended for simple click-mapping scenarios, and more features are still under development.
Run the following command in the project root directory:
pip install -r requirementsStart Mouse Clicker from the project root directory:
python MouseClicker.pyStart Mouse Mapper from the project root directory:
python MouseMapper.py如果有任何问题,可以通过以下方式联系我:
If you have any questions, you can contact me here: