Rationale for renaming project - https://github.com/tebelorg/RPA-Python/releases/tag/v1.22.0
On top of above ideological rationale, a practical consideration I ask is - is it easier to type import rpa as r / r.click() or easier to type import tagui as t / t.click()? My conclusion is the former is easier to type. rpa is both shorter and more commonly known than tagui.
Also, the position of r on the keyboard is closer to user's left first finger compared to t. This means slightly lesser distance required each time user needs to type r.function() to use an automation step, compared to t.function(). This reduction of user friction is a plus.