Skip to content

Instantly share code, notes, and snippets.

@Jiezhi
Created February 27, 2017 01:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save Jiezhi/aad8a37114825b0ce1a5bc48bf5f3cac to your computer and use it in GitHub Desktop.
Save Jiezhi/aad8a37114825b0ce1a5bc48bf5f3cac to your computer and use it in GitHub Desktop.
auto click on screen
from pymouse import PyMouse
import time
m = PyMouse()
while True:
m.click(528, 800-196, 1)
time.sleep(3)
@aceimnorstuvwxz
Copy link

派神猫o(=•ェ•=)m

@aceimnorstuvwxz
Copy link

呵呵

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment