Python binding for AutoItX3.dll, enabling automation of Windows GUI interactions. Current version 0.6.5. Released infrequently; last update in 2020.
pip install pyautoitVerified import paths — ran on the pinned version, not inferred.
Open Notepad, write text, and close the window.
Download and install AutoIt from https://www.autoitscript.com/site/autoit/downloads/. Ensure AutoItX3.dll is registered (or use regsvr32).
Refer to the official pyautoit documentation or source code for exact function signatures.
Install a 32-bit version of Python (e.g., from python.org) and ensure dependencies are 32-bit.
Consider alternatives like pywinauto or use the AutoItX COM interface directly via win32com.
No dependency data recorded yet.