- Joined
- Aug 15, 2018
- Messages
- 210
- Reaction score
- 18
- Points
- 36
Although I know about many Python automation tools, I haven’t found one that’s great at automating PC applications or interfaces. PyAutoGUI is useful, but it has some downsides, especially when it comes to inspecting elements. It mainly relies on image recognition or tracking positions, which can be tricky because images might change or look too similar. A better option would let you inspect elements, making it work better with changing interfaces.