Skip to main content

Python binding for AutoItX3.dll

Project description

Python binding for AutoItX3.dll

Installing

If you have pip on your system, you can simply install or upgrade PyAutoIt:

pip install -U pyautoit

Alternately, you can download the source distribution from PyPI, unarchive it, and run:

python setup.py install

Example

  • open notepad

  • type some string into notepad, eg: “hello world”

  • close notepad without saving

import autoit

autoit.run("notepad.exe")
autoit.win_wait_active("[CLASS:Notepad]", 3)
autoit.control_send("[CLASS:Notepad]", "Edit1", "hello world{!}")
autoit.win_close("[CLASS:Notepad]")
autoit.control_click("[Class:#32770]", "Button2")

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

PyAutoIt-0.6.5.tar.gz (419.0 kB view details)

Uploaded Source

Built Distribution

PyAutoIt-0.6.5-py3-none-any.whl (419.6 kB view details)

Uploaded Python 3

File details

Details for the file PyAutoIt-0.6.5.tar.gz.

File metadata

  • Download URL: PyAutoIt-0.6.5.tar.gz
  • Upload date:
  • Size: 419.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for PyAutoIt-0.6.5.tar.gz
Algorithm Hash digest
SHA256 091f669a6cacdc47b48b56ce9021cf97f192d8ad008eef911e842a87989ae82c
MD5 989461f7b36bd6e6ea6b4a81ea331d04
BLAKE2b-256 03aba78e06c8245ceebd120336f745cd0a4afc45d0fde1920e0c22afd5b4b61b

See more details on using hashes here.

File details

Details for the file PyAutoIt-0.6.5-py3-none-any.whl.

File metadata

  • Download URL: PyAutoIt-0.6.5-py3-none-any.whl
  • Upload date:
  • Size: 419.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for PyAutoIt-0.6.5-py3-none-any.whl
Algorithm Hash digest
SHA256 00935e9a3d7b4afd1a4baa1d52ecaf1cd414bbc0332c7e0165101ef59ba055a8
MD5 9aca76e0b5f48e29d90e5c28e1675fef
BLAKE2b-256 9257eb3a54c3d0e4c6b035300ed2f220cb060e12b788bcac571a6154aeac6fab

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