Advertisement
Guest User

Untitled

a guest
Sep 26th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.36 KB | None | 0 0
  1.  
  2. ][ cat reqs.txt
  3. pip install Xlib
  4. pip install pyautogui
  5.  
  6. ][ cat micharts_colors.py
  7. import pyautogui
  8. print(pyautogui.position())
  9. pyautogui.click(200,200,duration=2);
  10. pyautogui.typewrite("s")
  11. pyautogui.click(200,200,duration=2);
  12. pyautogui.typewrite("s")
  13. pyautogui.click(200,200,duration=2);
  14. pyautogui.typewrite("s")
  15. pyautogui.click(200,200,duration=2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement