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

Uploaded Source

Built Distribution

pywinauto_supporter-0.0.3-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pywinauto-supporter-0.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 41d54f97c8b26f70658fa9e3a6fc044c0537ada7c4672ef5f771c8daef2d4844
MD5 efb303150bd561df06ad5f3cdafb2da3
BLAKE2b-256 9b4376e71946fdf3d5c5b8beab700f4e7ff266a2d824dc9d417b126e55810f38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywinauto_supporter-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d3b8660e0f73170b1a0ec13ed7a3ccf1394cb14a018194a42e8e7a6c7a26f0a8
MD5 c07560e7e98f33a258822223383cddd5
BLAKE2b-256 0ab8d8a79b904158357b6d17db49b1bae5b416432bc0b06ed32244500d7ad7b3

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