SimpleKeyClicker is a simple automated keyboard and mouse action tool. It allows you to configure a sequence of key presses and mouse clicks (with a delay in between) and then repeatedly execute them until stopped. Ideal for repetitive tasks like data entry, testing workflows, or gaming macros.
- Create a sequence of keyboard and mouse actions.
- Configure delays between each action.
- Add or remove rows of actions dynamically.
- Start/Stop the automation with a button click or via hotkeys:
- Start: Ctrl+F2
- Stop: Ctrl+F3
- View possible keys/actions through an "Info" dialog.
- Modern, themed UI using
ttkbootstrap
.
Download the latest Windows EXE here
-
Run from Source:
- Make sure you have Python 3.8+ installed.
- Install dependencies:
pip install pydirectinput ttkbootstrap keyboard
- Run the tool:
python main.py
-
Run the EXE:
- Download the
SimpleKeyClicker.exe
from the releases page. - Double-click
SimpleKeyClicker.exe
to start.
- Download the
You can clone the repo and modify main.py
to adjust behavior, add new keys, or change the UI.
git clone https://github.com/timoinglin/SimpleKeyClicker.git
cd SimpleKeyClicker
python main.py