Skip to content

Instantly share code, notes, and snippets.

@oguzcan-yavuz
Last active December 1, 2017 19:43
Show Gist options
  • Save oguzcan-yavuz/223acd888cfe80fc76f8d0de8170b1d1 to your computer and use it in GitHub Desktop.
Save oguzcan-yavuz/223acd888cfe80fc76f8d0de8170b1d1 to your computer and use it in GitHub Desktop.
surekli left click yaparak milleti birbirine dusuren program
#!/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