I
I
Ivan Melnikov2018-06-27 16:08:23
Python
Ivan Melnikov, 2018-06-27 16:08:23

What to choose for GUI automation in Python 3: pyautogui or autopy?

Which of these packages to choose for writing a bot? In addition to controlling the mouse and keyboard, you also need to:
- search for a given bitmap (for detecting interface elements);
- motion detection (to wait until the browser page is fully loaded);
- text detection;
- text recognising.
As I understand it, for text detection and recognition, I need to turn to OpenCV 3. And where is the rest better implemented - in pyautogui or in autopy?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2018-06-27
@dimonchik2013

for text detection and recognition

https://pypi.org/project/pytesseract/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question