glitchassassin / lackey

Lackey - Graphical desktop automation with Python
MIT License
616 stars 75 forks source link

How can I customize the size of the screen that needs to be monitored #161

Closed laovvvcom closed 4 years ago

laovvvcom commented 4 years ago

r = lackey.Screen(0) #it's Full screen

How can I customize the size of the screen that needs to be monitored

laovvvcom commented 4 years ago

use s = lackey.Region(Upper_left_x, Upper_left_y).setSize(w=w, h=h) made it thanks for replying