Skip to content

Commit 0150bd2

Browse files
committed
fine-tune verbiage for rpa package
1 parent 877cfec commit 0150bd2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![TagUI for Python demo in Jupyter notebook](https://raw.githubusercontent.com/tebelorg/Tump/master/tagui_python.gif)
66

7-
To install this Python package for RPA (for automating your digital processes) -
7+
To install this Python package for RPA (also known as robotic process automation) -
88
```
99
pip install rpa
1010
```
@@ -26,7 +26,7 @@ Notes on different operating systems and optional visual automation mode -
2626

2727
# Use Cases
2828

29-
TagUI for Python's simple and powerful API makes digital process automation fun! You can use it to quickly automate repetitive time-consuming tasks, whether the tasks involve websites, desktop applications, or the command line.
29+
TagUI for Python's simple and powerful API makes robotic process automation fun! You can use it to quickly automate repetitive time-consuming tasks, whether the tasks involve websites, desktop applications, or the command line.
3030

3131
#### WEB AUTOMATION :spider_web:
3232
```python

sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sample script to search on Yahoo, take screenshot of results and visit DuckDuckgo
22

3-
# TagUI for Python's simple and powerful API makes RPA digital process automation fun!
3+
# TagUI for Python's simple and powerful API makes robotic process automation fun!
44
# pip install rpa to install, pip install rpa --upgrade to get the latest version
55

66
# to use in Jupyter notebook, Python script or interactive shell

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
setup(
44
name='tagui',
5-
version='1.22.1',
5+
version='1.22.2',
66
py_modules=['tagui'],
77
author='Ken Soh',
88
author_email='[email protected]',
99
license='Apache License 2.0',
1010
url='https://github.com/tebelorg/TagUI-Python',
11-
description='TagUI for Python is a Python package for RPA (digital process automation)',
11+
description='TagUI for Python is a Python package for RPA (robotic process automation)',
1212
long_description='TagUI for Python homepage - https://github.com/tebelorg/TagUI-Python',
1313
classifiers=[
1414
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)