ReplayWizard is a powerful automation tool designed to streamline your workflow by capturing and replaying your interactions with your computer
You can find Full Project Documentation here
This project was started with #Backdrop Build support
- Install
- Quickstart
- Mission
- Open Source Project
- Features
- Requirements
- Development Status
- Contributing
pip install replay-wizard
See more in Full Documentation
wizard-capture openyoutube
wizard-replay openyoutube -d 10 -t true
wizard-combine three one two
More examples in Full Documentation
Unlock Efficiency, Replay Your Moves.
Whether you're performing repetitive tasks, testing software, or demonstrating procedures, ReplayWizard empowers you to record your actions effortlessly and replay them with precision.
With ReplayWizard, you can automate complex sequences of mouse clicks, keyboard inputs, window movements, and application launches, saving you time and effort. Simply initiate the recording, perform your actions as usual, and let ReplayWizard handle the rest.
ReplayWizard offers flexibility and customization, allowing you to edit and refine your recorded actions, adjust playback speed, and schedule automated tasks for optimal efficiency. Its intuitive interface makes it accessible to users of all levels, from beginners to experienced professionals.
This is the open source project with MIT license. Be free to use, fork, clone and contribute.
- Capture mouse actions (Done)
- Save mouse actions (Done)
- Replay mouse actions (Done)
- Capture keyboards actions (Done)
- Save keyboards actions (Done)
- Replay keyboards actions (Done)
- Console script (Done)
- python library API (Done)
- Combine sequences (Done)
- Capture environment (Plan)
- Save environment (Plan)
- Replay environment (Plan)
- python (library was tested with 3.10, 3.11 versions)
- pynput (this package use LGPL-3.0 license and used in this project as a third party library without modifications)
- pydantic
See more in Full Documentation
- Package available on PyPi
See more in Full Documentation
You are welcome! To easy start please check: