FlowKeys is a Windows desktop automation tool built in Python.
It lets you create and run macros — sequences of mouse clicks, keystrokes, file operations, and more — all visually in blocks.
- Mouse automation: click, drag, scroll, smooth movements
- Keyboard automation: key presses, hotkeys, typing
- Timing: waits, humanized delays
- Loops and flow control: for, while, if/else, labels
- Vision: detect images or colors on screen
- System commands: run files, URLs, set volume, alerts
- File operations: read/write/copy/delete files
- Clipboard, beeps, notifications
- Built-in templates for gaming, productivity, and personal shortcuts
Option 1: Run via Python
git clone https://github.com/MythicalBeam/FlowKeys.git
cd FlowKeys
pip install -r requirements.txt
python flowkeys.py