Skip to main content

Pywinauto supporter

Project description

pywinauto-supporter

import win32gui
import win32con
import threading
import time
import pywinauto
from pywinauto_supporter.utils import blink

app = pywinauto.application.Application(backend='uia').connect(title='계산기')
#app = Application(backend='uia').connect(process=int(process_id)) #프로세스 pid로 연결하는 방법
#app = Application(backend='uia').connect(title_re="Notepad\+\+") #정규식으로 프로그램 title을 검색해서 연결하는 방법
top_window = app.top_window()

one_window = top_window.child_window(title="1")
#one_window.wrapper_object().click_input()

#blink(top_window.handle)
blink(one_window.handle)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pywinauto-supporter-0.0.4.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

pywinauto_supporter-0.0.4-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page