[packaging] 业余时间搞了一个小工具“鼠标自动机”(Mouse Machine)
Tofloor
poster avatar
梦幻大陆
deepin
2025-07-14 13:25
Author

记录鼠标左键点击动作,并重复执行鼠标左键点击动作。

Record mouse left click actions. And repeat mouse left click actions.

源代码地址:

https://gitee.com/rocket049/mouse_machine

截图:

screen.png

Reply Favorite View the author
All Replies
krisd
deepin
2025-07-14 14:26
#1

演唱会抢票神器

Reply View the author
150******81
deepin
2025-07-14 21:43
#2

解压后没找到运行程序

Reply View the author
梦幻大陆
deepin
2025-07-16 14:57
#3
150******81

解压后没找到运行程序

deb包是直接安装的,一般默认双击就能启动安装程序。

如果不行,用命令行:

sudo apt install ./mouse-machine_1.0.0_ubuntu2404_amd64.deb

Reply View the author