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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: pywinauto-supporter-0.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 0b7c9a3b5644ebd193de3c83b96aca50dd752d172a30576fc2ffb306e16539a3
MD5 e1cece50fa75cf1b49243b310555c07b
BLAKE2b-256 fb5e55ef95c57e72da6c1fb8dfa9a54147f4938c5e74ad3f42c1fa6bf86576ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pywinauto_supporter-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f04c8da536c152cc905d844dc0f0f88fdae8c558dc3f61996b0588495da514ae
MD5 e69a9953e318242055fd575801098e1d
BLAKE2b-256 51c2f98424c47973a611b4fca3a38eb03409df717551074034e290bb7e22b699

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