Desktop automation library for keyboard and mouse control via Win32 API.
ez install auto
| Package | Range |
|---|---|
| No dependencies. | |
A pure-EZ desktop automation library, providing pyautogui-like functionality without requiring external dependencies. It uses FFI (os_call) to invoke the native Win32 API.
use "auto"
auto.move(500, 500)
auto.click()
auto.click("right")
pos = auto.pos()
print(pos.x, pos.y)
auto.scroll(120)
auto.type("Hello World!")
auto.press("enter")
auto.down("shift")
auto.up("shift")
sz = auto.size()
print("Resolution: " + sz.width + "x" + sz.height)| Version | Size | Downloads | Published |
|---|---|---|---|
1.0.0 |
2.5 KB | 0 | 1 hour ago |
sha256 1b612be655dd767af578dc660a3a761b2c2b01624ee763170dc3f8d5af2a341a