All Projects → ao → Ktmm

ao / Ktmm

Keep That Mouse Moving!

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Ktmm

Rivalcfg
CLI tool and Python library to configure SteelSeries gaming mice
Stars: ✭ 430 (+514.29%)
Mutual labels:  mouse
Repeat
Cross-platform mouse/keyboard record/replay and automation hotkeys/macros creation, and more advanced automation features.
Stars: ✭ 763 (+990%)
Mutual labels:  mouse
Dragscroll
micro library for drag-n-drop scrolling style
Stars: ✭ 989 (+1312.86%)
Mutual labels:  mouse
Fabgl
Display Controller (VGA, SSD1306, ST7789, ILI9341), PS/2 Mouse and Keyboard Controller, Graphics Library, Sound Engine, Game Engine and ANSI/VT Terminal for the ESP32
Stars: ✭ 534 (+662.86%)
Mutual labels:  mouse
Gainput
Cross-platform C++ input library supporting gamepads, keyboard, mouse, touch
Stars: ✭ 636 (+808.57%)
Mutual labels:  mouse
Mouse Rs
Rust library to control the mouse
Stars: ✭ 24 (-65.71%)
Mutual labels:  mouse
Ucr
Universal Control Remapper [Alpha]
Stars: ✭ 399 (+470%)
Mutual labels:  mouse
Bthidhub
Bluetooth HID hub
Stars: ✭ 65 (-7.14%)
Mutual labels:  mouse
Mos
一个用于在 macOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板 | A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on macOS
Stars: ✭ 7,772 (+11002.86%)
Mutual labels:  mouse
Vue Direction
👋 Declarative, direction-aware hover in Vuejs
Stars: ✭ 35 (-50%)
Mutual labels:  mouse
Any Touch
👋 手势库, 按需2kb~5kb, 兼容PC / 移动端
Stars: ✭ 567 (+710%)
Mutual labels:  mouse
Macgesture
Global mouse gestures for macOS
Stars: ✭ 626 (+794.29%)
Mutual labels:  mouse
P5js
Simplex Noise & WebGL with p5js from Processing.Org
Stars: ✭ 12 (-82.86%)
Mutual labels:  mouse
Keyboardvisualizer
Audio visualizer and effects engine for RGB keyboards, mice, and accessories using the OpenRGB SDK. Supports Windows, Linux, and MacOS. Issue tracker on GitLab (https://gitlab.com/CalcProgrammer1/KeyboardVisualizer)
Stars: ✭ 458 (+554.29%)
Mutual labels:  mouse
Inputsystem
An efficient and versatile input system for Unity.
Stars: ✭ 1,013 (+1347.14%)
Mutual labels:  mouse
Creepyface
A JavaScript library that makes your face follow the pointer. 🤪🖱️👆
Stars: ✭ 412 (+488.57%)
Mutual labels:  mouse
Robotgo
RobotGo, Go Native cross-platform GUI automation @vcaesar
Stars: ✭ 7,095 (+10035.71%)
Mutual labels:  mouse
Keymousego
类似按键精灵的鼠标键盘录制和自动化操作 模拟点击和键入 | automate mouse clicks and keyboard input
Stars: ✭ 1,145 (+1535.71%)
Mutual labels:  mouse
Pc Optimization Hub
collection of various resources devoted to performance and input lag optimization
Stars: ✭ 55 (-21.43%)
Mutual labels:  mouse
Silence
A simple, clean macro recorder written in C#. Windows 10 compatible.
Stars: ✭ 29 (-58.57%)
Mutual labels:  mouse

ktmm (Keep That Mouse Moving!)

What is this?

Ever needed to stop your computer from going into Idle mode?

Now it's super simple!

How does it work?

This little guy will move your mouse back and forth a tiny little bit every second; and you won't even notice it!

When would I ever use this?

Works well in companies where you can't stop your computer from Idling and things start showing as you're away when you've decided to go relax on the beach!

Why was this utility made?

The author could not stop the screensaver from being triggered after 5 minutes (permissions issues) and while waiting for gcc/make/other to complete compiling the project files, the machine would lock up and turn off (thanks big brother company..).

This utility makes sure that the screensaver is never triggered and the compile job completes with smiles all around!

It also makes sure that the computer never, ever, ever goes into Idle mode..

1. Get Setup

git clone https://github.com/ao/ktmm.git
cd ktmm
pip install -r requirements.txt

2. Now run it

python ktmm.py

There's no need to stop it, unless you really do want to go idle!

If you want to run it in a virtualenv then do this instead:

git clone https://github.com/ao/ktmm.git
cd ktmm
virtualenv -p python3 env
. env/bin/activate
pip install -r requirements.txt
python ktmm.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].