SolutionPackages

The official source for pHLang Packages

View project on GitHub

Autogui

A package that allows you to control the user’s mouse and keyboard to perform actions automatically.

import("autogui")

mouse_move(100,100)
mouse_click()
mouse_moveto_image("image.png")
keyboard_type("Hello, world!")