{"library":"pyautoit","title":"pyautoit","description":"Python binding for AutoItX3.dll, enabling automation of Windows GUI interactions. Current version 0.6.5. Released infrequently; last update in 2020.","language":"python","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["pip install pyautoit"],"cli":null},"imports":["import autoit"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import autoit\n\n# Launch Notepad\nautoit.run(\"notepad.exe\")\nautoit.win_wait_active(\"Untitled - Notepad\", 5)\n\n# Send text\nautoit.send(\"Hello, world!\", 0)\n\n# Click the 'X' button to close\nautoit.win_close(\"Untitled - Notepad\")","lang":"python","description":"Open Notepad, write text, and close the window.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}