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.4.zip
(421.6 kB
view details)
File details
Details for the file PyAutoIt-0.4.zip
.
File metadata
- Download URL: PyAutoIt-0.4.zip
- Upload date:
- Size: 421.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57d8a305326e9360caeb8cbbc32b4e90564ffbf92dba91ef1eeae1f6df82b02d |
|
MD5 | 621aeaa70a3ab6ef28a2b40fc7acbf25 |
|
BLAKE2b-256 | 2119561e8371404d77f7b0ec34d4c45e2d99f8eb48f5bbb7c88d222773dfdd70 |