An open-source tool to record and replay mouse & keyboard activities on Windows.
Capture every movement, click, scroll, and keypress — then replay it exactly as it happened!
- 🎯 High-precision recording of mouse and keyboard actions
- ⌨️ Hotkey support (
/ + .to stop recording,Escto stop playback) - 🧠 Accurate timing and smooth action replay
- 🪟 Clean and intuitive UI using Tkinter
- 🔐 Requires admin privileges for full functionality
- 🔓 100% open-source and ready for community contributions!
- OS: Windows 10 or 11
- Python: 3.7+
- Python Packages:
pip install -r requirements.txtFollow these steps to set up MK Recorder:
- Clone the repository:
or download the EXE file from the Releases section.
git clone https://github.com/ArTax0/MK-Recorder.git
cd MK-Recorder- Install the required Python packages:
pip install -r requirements.txt- Run the application:
python main.py-
Launch the application (Run as administrator)
-
Click Start Recording to begin capturing mouse and keyboard actions.
-
Press
/&.to stop recording. -
Click Replay to play back the recorded actions.
-
Press
Escto stop playback.
This project is licensed under the MIT License. See the LICENSE file for details.
Have questions or suggestions? Reach out!
Email: artax@duck.com
Issues: Report a bug or request a feature
Thanks to the open-source community and everyone who contributes ideas and improvements to this project! ❤️