原 PyAutoGUI-python版的autoit/AHK
文本簡(jiǎn)單介紹各個(gè)圖形界面自動(dòng)操作的python庫(kù)司致,類(lèi)似按鍵精靈\autoit\ahk(autohotkey)等等這些自動(dòng)化工具贡耽。
================================================================================
PyAutoGUI 跨平臺(tái)
PyAutoGUI 在windows下無(wú)依賴,只要執(zhí)行命令pip install PyAutoGUI 就可以完成安裝艇劫。
這篇文章不錯(cuò),內(nèi)容也挺多析恢,請(qǐng)直接看這篇文章:
《PyAutoGUI——讓所有GUI都自動(dòng)化》 https://muxuezi.github.io/posts/doc-pyautogui.html
作者提供了一個(gè) python自動(dòng)玩游戲的代碼和演示視頻: https://github.com/asweigart/sushigoroundbot
PyAutoGUI文檔: https://pyautogui.readthedocs.io/en/latest/
https://github.com/asweigart/pyautogui
================================================================================
pywinauto windows only
pywinauto 依賴pywin32模塊,安裝pywin32模塊后執(zhí)行命令pip install pywinauto 安裝即可液样。
pywinauto文檔:http://pywinauto.github.io/docs/
https://github.com/pywinauto/pywinauto
其它類(lèi)似的庫(kù):
================================================================================
autopy更新不活躍,對(duì)python3沒(méi)有好的兼容岖赋。
https://github.com/msanders/autopy
================================================================================
pyahk 依賴ahk.dll
https://pypi.python.org/pypi/pyahk
================================================================================
pyautoit 依賴autoit.dll實(shí)現(xiàn)autoit的各種自動(dòng)化功能
https://github.com/jacexh/pyautoit
2016年9月11日 07:48:23 codegay