Created
February 27, 2017 01:10
-
-
Save Jiezhi/aad8a37114825b0ce1a5bc48bf5f3cac to your computer and use it in GitHub Desktop.
auto click on screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pymouse import PyMouse | |
import time | |
m = PyMouse() | |
while True: | |
m.click(528, 800-196, 1) | |
time.sleep(3) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
派神猫o(=•ェ•=)m