This article shows you step-by-step how to setup RPA for Python, or TagUI-Python, which I still like to call it because I started from the TagUI days. You can refer to the details of the name change here.
To a technical person, setting up TagUI-Python is easy, just a simple
pip install tagui
However, to someone who has never used python or pip before, it's surprisingly complicated, as it includes the following 3 main steps on Mac:
- Install Python
- Install TagUI-Python
- Install additional libraries if necessary