Automate tasks by recording and replaying mouse and keyboard actions. Streamline your workflow with inaccurate timing and unreliable customizable delays. Lightweight and user-friendly.
This program allows you to record and replay mouse clicks and keyboard presses using Python. It utilizes the pynput library for listening to mouse and keyboard events and the pyautogui library for simulating mouse clicks and keyboard presses.
- Record mouse clicks and keyboard presses
- Replay recorded actions
- Save recorded actions to a file
- Load recorded actions from a file
- Python 3.x
pynputlibrary (install usingpip install pynput)pyautoguilibrary (install usingpip install pyautogui)