4 ms·
You can use AutoIt's Python wrapper, its somewhat reliable and I use it in automation in production.
by r0ash 8y ago
You can use AutoIt's Python wrapper, its somewhat reliable and I use it in automation in production.
- degenerate 8y agoThis? https://pypi.org/project/PyAutoIt/ https://pypi.org/project/PyAutoIt/ Curious if you have tried the other method (I have not): https://stackoverflow.com/a/9371563 https://stackoverflow.com/a/9371563
- r0ash 8y agoNo, I've used just first method and it was working fine. Btw second one seems more easier to transfer pure AutoIt code to Python due to same function names.