Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

鼠标连点器与映射器 - Mouse Clicker & Mouse Mapper

Use on Your PC

  • 直接去 Release 发布面板下载 EXE 文件即可!

  • :当前仅支持在 Windows 系统上运行。

  • 界面语言:简体中文

  • Go directly to the Release panel and download the executable file!

  • Note: Currently only Windows systems are supported.

  • Language: Chinese Simplified

Project Structure

Mouse_Clicker/
├── MouseClicker.py
├── MouseMapper.py
├── resource/
│   ├── icon.ico
│   ├── icon2.ico
│   └── icon2.png
├── README.md
└── requirements

中文说明

Jump to English

项目简介

这是一个基于 Python 的桌面小工具项目,当前包含两个应用:Mouse ClickerMouse Mapper。 项目目前采用单文件脚本形式,代码复杂度较低,因此暂未拆分模块。当前两个主程序分别位于项目根目录下的 MouseClicker.pyMouseMapper.py

Mouse Clicker - 鼠标连点器

这是一个经典的鼠标连点器,已经实现基本功能,支持点击间隔、按住鼠标时长、自动关闭、左键点击和右键点击等设置。 程序运行时,可使用快捷键 Ctrl+Alt+F6 启动或停止;全局监听热键 Ctrl+Shift+Q 可以强制结束线程并退出软件。

Mouse Mapper - 鼠标映射器

这是一个鼠标映射工具,用于将特定键盘按键映射为鼠标点击操作。 当前版本支持按下指定按键后执行一次鼠标左/右键点击,适合简单的点击映射场景,更多功能仍在开发中。

安装依赖

在项目根目录下运行:

pip install -r requirements

运行程序

在项目根目录下启动 Mouse Clicker

python MouseClicker.py

在项目根目录下启动 Mouse Mapper

python MouseMapper.py

English Documentation

跳转到简体中文

Overview

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.

Mouse Clicker - Continuous Clicker

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.

Mouse Mapper - Key-to-Mouse Mapper

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.

Install Dependencies

Run the following command in the project root directory:

pip install -r requirements

Run the Applications

Start Mouse Clicker from the project root directory:

python MouseClicker.py

Start Mouse Mapper from the project root directory:

python MouseMapper.py

Contact Me

如果有任何问题,可以通过以下方式联系我:
If you have any questions, you can contact me here:

Click Here to Email Me Now

About

This is a Python-based mouse continuous clicker software. Due to the low code complexity, the single file format is adopted.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages