DouglasVolcato / automation-generator

Easily store steps and automate tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automation Generator

This program allows you to automate actions based on mouse clicks and keyboard inputs.

Prerequisites

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

How to Use This Program

  1. 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
  1. Perform the actions you want to automate. The program will track your mouse clicks and keyboard inputs.

  2. 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.

  3. 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

Authors

About

Easily store steps and automate tasks.


Languages

Language:Python 88.8%Language:Shell 11.2%