An open API service indexing awesome lists of open source software.

https://github.com/codenameakshay/macro-repeater

This project aims to repeat the actions performed by user with keyboard and mouse and then build a executable .py file that when executed performs the same actions. This help in making macros or actions that can be performed endlessly. The actions are performed natively so most platforms expect them to be like human and not a robot. Can even crack reCaptcha .
https://github.com/codenameakshay/macro-repeater

Last synced: 8 months ago
JSON representation

This project aims to repeat the actions performed by user with keyboard and mouse and then build a executable .py file that when executed performs the same actions. This help in making macros or actions that can be performed endlessly. The actions are performed natively so most platforms expect them to be like human and not a robot. Can even crack reCaptcha .

Awesome Lists containing this project

README

          

This is the steps repeater or macro maker.
Simply clone the code and install the needed modules, then run the repeater.py file. Then type in the amount of seconds you want to record. If you don't know how much time you will record simply enter a very large value and press Esc key whenever you are done recording.
Then just give the recording a name like macro1, which then saves it to the same directory where repeater.py is stored. Then simply execute macro1.py to repeat the steps. It also has a facility to play at different speeds.
The feature to loop is also there, so you can now loop the recordings when you play them.
Example :

![Demo Video](demo.gif)