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.2.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: pywinauto-supporter-0.0.2.tar.gz
  • Upload date:
  • Size: 2.0 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.2.tar.gz
Algorithm Hash digest
SHA256 3f6bdc9a816760cadedfe17f6e50dd6d3971febf1bb55742464aacf3bef24af6
MD5 72f4e63432d0d8219eccaaedbfe8979e
BLAKE2b-256 db4ce9ca55cdcb1d639a78776899ff085f837da94ebaa9d98fd4ca744d84f486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywinauto_supporter-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 971cd7a0a89c984f0b2643d8b4fbfdbefa1ddaf98e2794af3e9bd25e2f9864d0
MD5 78b0f509e86c416f9cceabf6a54be8d1
BLAKE2b-256 f6d89f2eadd717e2fd39748567cc28343acae0fb158dc012c0e7e6c0d9fdaa0a

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