I am new to using AutoIt, and I am trying to use it to automatically click buttons on Windows programs. I have been able to access some functions using import win32com.client and win32com.client.Dispatch("AutoItX3.Control").
But I am wondering if anyone knows of another way of doing this without downloading something else. The thing is, I had to download Pywin32 to do this. Is there something within the native Python libraries that can use AutoIt or its COMs module to run the functions?