Skip to content

Keystroke and mouse record/replay tool with GUI in Python

Notifications You must be signed in to change notification settings

BartAgterbosch/Doppelkey

Repository files navigation

Doppelkey

Simple GUI tool that let's you record keystrokes and mouse actions, and then replay them a specified number of times at a specified speed.

Usage:
‣ Simply open the tool.
‣ Set the number of repeats.
‣ Set the desired speed (1 is normal).
‣ Press either f8 or the red record button to start recording keyboard and mouse input.
‣ Press f8 or the red record button a second time to stop recording.
‣ Replay the keystrokes and mouse actions by pressing f7 or the green play button.
‣ Pressing f7 a second time whilst playing will cancel the play loop.
‣ Clicking the icon on the bottom right will take you to this Readme page with the instructions.




Notes:
If you wish to compile it yourself, I suggest using the keyboard library from my repository for now instead of the original, as the original had an issue with the win key button for which the pull request with the fix is still open at the time of writing.