This program allows you to automate actions based on mouse clicks and keyboard inputs.
Make sure you have the latest version of Python installed on your machine.
To install the required dependencies, run the following command:
sh commands/install_python_dependencies.sh
- Start the watch mode by running the following command. This command will activate the program to monitor mouse clicks and keyboard typing.
sh commands/watch.sh
-
Perform the actions you want to automate. The program will track your mouse clicks and keyboard inputs.
-
To stop the watch mode and store the recorded actions, press the ESC key along with a mouse click. This action will trigger the program to save the information in a log file.
-
To execute the stored actions, run the following command. This command will read the stored actions from the log file and perform the steps that were previously done by the user.
sh commands/perform_action.sh