-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project name has moved from TagUI for Python to RPA for Python [done] #100
Comments
Raising issue for any issues encountered by users during this transition. After the change, to preserve backward compatibility, existing scripts with Also, when |
To mitigate risk of refactoring, only user-facing part of the codebase is updated to reflect the new project name, such as user messages and the log filename used in debug mode. The moving is still WIP but largely completed. Keeping this issue open while I find time to test, and for users to feedback here if something is broken due to this move. |
With above commit, name change completed! To upgrade, Keeping issue open for now for any issues related to this change of package name. |
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 typeimport tagui as t
/t.click()
? My conclusion is the former is easier to type.rpa
is both shorter and more commonly known thantagui
.Also, the position of
r
on the keyboard is closer to user's left first finger compared tot
. This means slightly lesser distance required each time user needs to typer.function()
to use an automation step, compared tot.function()
. This reduction of user friction is a plus.The text was updated successfully, but these errors were encountered: