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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyAutoIt-0.3.zip.
File metadata
- Download URL: PyAutoIt-0.3.zip
- Upload date:
- Size: 421.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76b50cb39cc37c76bdfd0a6734535fa95ba2f66663eb85d6948089fababc2974
|
|
| MD5 |
4a2b753e023bc320f94a0c97e46a1310
|
|
| BLAKE2b-256 |
3536bcc35c5d1d4efd3313967553ba3ba6fba14d90c26a90b037e8258b72d452
|
File details
Details for the file PyAutoIt-0.3-py2.7.egg.
File metadata
- Download URL: PyAutoIt-0.3-py2.7.egg
- Upload date:
- Size: 436.6 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
457bf00dca6e2de3ad0c95bee1f883d16be9806183b5df8e0b0fdb703f3a26e2
|
|
| MD5 |
5e9ac106614fdca66cf8d26424ad3cc1
|
|
| BLAKE2b-256 |
8b377294d79e1e6a192ee89df4f73c3693c7644d6c89b14550072353126afd32
|