Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 693 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 693 Bytes

Automate anything

Automate pretty much anything

json syntax

examples can be seen in shortcutList.json

types:

go = moves mouse to specific X and Y coordinates on screen

click = mouse click

wait = waits before next action

doubleclick = double mouse click

find = will search for image on screen and return its coordinates, for example image of chrome icon will return its coordinates on screen.

keys = execute keys, for example winkey+r (it can be just 1 key too)

write = type something

execute = look for other command on the list and execute it.

Prerequisites

its made on python 3.5 idk if it will work on others, try.

install stuff:

pip install -r requirements.txt