PyAutoIt 0.3
pip install PyAutoIt==0.3
Newer version available (0.6.5)
Released:
Python binding for AutoItX3.dll
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Jace Xu
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Jace Xu
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
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
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 |