Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 892 Bytes

File metadata and controls

27 lines (21 loc) · 892 Bytes

FlowKeys

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.

Demo Screenshot

Features

  • 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

Installation

Option 1: Run via Python

git clone https://github.com/MythicalBeam/FlowKeys.git
cd FlowKeys
pip install -r requirements.txt
python flowkeys.py