RPA using python
Project description
pyrpasuite - A Comprehensive Robotic Process Automation (RPA) System
pyrpasuite is a Python-based Robotic Process Automation (RPA) system that allows you to automate repetitive tasks on web and desktop applications. It includes a wrapper for Selenium WebDriver for web automation, and a set of classes for automating tasks on desktop applications.
Features
- Web Automation: Automate tasks on web applications using Selenium WebDriver.
- Desktop Automation: Automate tasks on desktop applications.
- Excel Automation: Automate tasks in Excel files.
- PDF Automation: Automate tasks involving PDF files.
- Email Automation: Automate email-related tasks.
- Network Automation: Automate network-related tasks.
- System Automation: Automate system-related tasks.
Prerequisites
- Python 3.6 or higher
- Selenium WebDriver
- Other dependencies in the
requirements.txtfile
Installing
- Install the package using pip:
pip install pyrpasuite
Usage
Here's a basic example of how to use the pyrpasuite system for web automation:
from core.autoWeb import AutoWeb
# Create an instance of AutoWeb
auto_web = AutoWeb()
# Open a web page
auto_web.openBrowser("Firefox", "https://www.example.com")
# ... more code here ...
# Close the browser
auto_web.closeBrowser()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyrpasuite-0.0.1.tar.gz.
File metadata
- Download URL: pyrpasuite-0.0.1.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f7b4dea8e7457718099c8daa0e05fd7e455058bf52bb4a12fef7b6dc375a3df
|
|
| MD5 |
0779fc25c5f7436e501112aa196c4faa
|
|
| BLAKE2b-256 |
115fa2f64820ef608c1c6bfa0435c23a78801e2fa0bd6bd96df559557699f102
|
File details
Details for the file pyrpasuite-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyrpasuite-0.0.1-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ab7eed87aa9133d5a570cb63c2ed4fa39298bbe6765f1b43ad3037f37b7a46a
|
|
| MD5 |
cb12732c55bb79ca0489dc98f7d7faf1
|
|
| BLAKE2b-256 |
47241b08b40e559dd40961fbc52ccf0fd1e01aa04dbd0e5800d43dfb558da022
|