Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python binding for AutoItX3.dll

License

NotificationsYou must be signed in to change notification settings

jacexh/pyautoit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python binding for AutoItX3.dll

Installing

If you have pip on your system, you can simply install or upgrade PyAutoIt:

pipinstall-Upyautoit

Alternately, you can download the source distribution from PyPI, unarchive it, and run:

pythonsetup.pyinstall

Example

  • open notepad
  • type some string into notepad, eg:"hello world"
  • close notepad without saving
importautoitautoit.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")

About

Python binding for AutoItX3.dll

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp