Imitater is a program that records and replays user actions on Windows. It captures mouse movements, clicks, and keyboard inputs, allowing users to automate repetitive tasks by replaying the recorded actions. The name "Imitater" is derived from the "Imitater" plant in the game "Plants vs. Zombies".
- Python version >= 3.7
pynputlibrary (install viapip install pynput)
Run script:
python main.pyUser guide:
- Press "F8" to start recording user actions.
- Press "F9" to stop recording.
- Press "F10" to replay the recorded actions.
- Press "Shift + Esc" to exit the program.
- Current supported console commands:
- "speed ": Set the playback speed.
- "loops ": Set the number of times to replay the recording.
- "pause ": Set the pause duration between loops.
- "quit": Exit the program.