Last active
December 1, 2017 19:43
-
-
Save oguzcan-yavuz/223acd888cfe80fc76f8d0de8170b1d1 to your computer and use it in GitHub Desktop.
surekli left click yaparak milleti birbirine dusuren program
This file contains 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
#!/usr/bin/python3 | |
import pyautogui | |
import time | |
coordinates = pyautogui.position() | |
while True: | |
pyautogui.click(coordinates) | |
time.sleep(0.01) | |
print("Kur0k0 is the best xd") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment