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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file pywinauto-supporter-0.0.4.tar.gz.

File metadata

  • Download URL: pywinauto-supporter-0.0.4.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pywinauto-supporter-0.0.4.tar.gz
Algorithm Hash digest
SHA256 e1450f25ae574969b59a5da7478fc23fe0092c63959078a87d7ddb4a188d30b1
MD5 679dce248509f07422482be610e544f4
BLAKE2b-256 34fcbdc8e333a4931259d5076a16859cb13f0f27cd85cf71904241605ee76229

See more details on using hashes here.

File details

Details for the file pywinauto_supporter-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for pywinauto_supporter-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 11a097cc5d6c282365bc678b9fa4c8f658c460b0e78e2979adb3461c91a90b79
MD5 2d3354fc5eb6c21f0aedae444c6f54c9
BLAKE2b-256 8822705581d306afb5512ce485284b4ba47b5be5e232b19d6ae46c19a1897999

See more details on using hashes here.

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