Skip to content

abhigyanj/AutomationApp

Repository files navigation

Automation App

Overview

This is an automation app. It has 4 files, functions.py contain the main functions, get_screenshot.py is a Tkinter Application that will provide a nice UI to take the screenshot, gui_change_handler.py handles the important events and gui.py is the main file which hadles the main Tkinter Application.

Requirements

The requirements can be found in requirements.txt

Pictures

Here are some sample pictures:

Features

It has the following features:

  • Move from point A to B in a curved line using PyClick
  • Wait x seconds, with an random offset
  • Write text at a specific speed
  • Recognize if an image is on a screen
  • Load and save options
  • Compiled to .exe using pyinstaller, which can be found at /exe/gui.exe

Functions

The function for writing text, moving the mouse, wait x seconds with an offset and recognize if an image is on a screen can be found in at functions.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages