Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. import pyautogui
  2. import pywinauto
  3. import autoit
  4. import time
  5. import tkinter as tk
  6.  
  7. from pynput.mouse import *
  8. from PyQt5.QtCore import *
  9. from PyQt5.QtGui import *
  10. from PyQt5.QtWidgets import *
  11. from tkinter import Tk, mainloop, TOP
  12. from tkinter.ttk import Button
  13.  
  14. import win32api, win32con
  15.  
  16. app = pywinauto.application.Application().connect(title='RetroCores')
  17.  
  18. hwnd = app.RetroCores
  19. hwnd.click(button="left", coords=(400, 200))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement