Платформа RPA для бизнеса Открытое, быстрое и надежное программное обеспечение. [Сделано в России, 2019 г.] Автор: Иван Маслов
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Ivan Maslov 6582366847
# Success to create repo in ain gitlab repo :)
4 years ago
Orchestrator Merge branch 'master' of https://gitlab.com/UnicodeLabs/OpenRPA.git 4 years ago
Resources # Upgrade pywinauto to 0.6.8 (Fixed some big bug with int convert to long fails) + Some Docs fixes in Pypi 4 years ago
Robot # Add template to safe run (run crypted sources) : SafeSource 4 years ago
Sources # Upgrade pywinauto to 0.6.8 (Fixed some big bug with int convert to long fails) + Some Docs fixes in Pypi 4 years ago
Studio #Upgrade python/s 5 years ago
Utils # Add template to safe run (run crypted sources) : SafeSource 4 years ago
Wiki # Success to create repo in ain gitlab repo :) 4 years ago
.gitignore some fixes 5 years ago
Frameworks available.txt #1.0.31 in pip 5 years ago
LICENSE Add LICENSE 5 years ago
README.md # Success to create repo in ain gitlab repo :) 4 years ago
Usage.py #MinorUpdate 4 years ago
WebTest.py #MinorUpdate 4 years ago
changelog.md v1.1.0 After 2 month test prefinal with new improovements (+RobotRDPActive in Orchestrator + Easy ControlPanelTemplate) 4 years ago
v1.1.13 # Upgrade pywinauto to 0.6.8 (Fixed some big bug with int convert to long fails) + Some Docs fixes in Pypi 4 years ago
База знаний.txt #RobotRDPActive minor fix (control button in orchestrator) #Setfullscreen 5 years ago

README.md

pyOpenRPA

Powerfull OpenSource RPA tool for business (based on python 3). Best perfomance and absolutely free!

Content

In wiki you can find:

How to run

Studio Double click to Studio\StudioRun_32.cmd or Studio\StudioRun_64.cmd

Robot how to debug

Robot\PythonDebug_64.cmd import RobotConnector RobotConnector.ActivityRun( { ModuleName: <"UIDesktop"|..., str>, ActivityName: <Function or procedure name in module, str>, ArgumentList: [<Argument 1, any type>, ...] - optional, ArgumentDict: {<Argument 1 name, str>:<Argument 1 value, any type>, ...} - optional } )

OR

from pyOpenRPA.Robot import UIDesktop UIDesktop.()

Robot example script:

Robot\Examples\GetFolderList\Python_32_Script_Run.cmd

Python 32 bit

Resources\WPy32-3720\python-3.7.2\python.exe

Python 64 bit

Resources\WPy64-3720\python-3.7.2.amd64\python.exe

Module UIDesktop activity List:

############################ Новая версия ############################ Получить список элементов, который удовлетворяет условиям через расширенный движок поиска [ { "index":, "depth_start" - search start depth (default is 1) "depth_end" - search stop depth (по умолчанию 1) "class_name" - class name attribute for search in ui objects "title" - title attribute of the ui object "rich_text" - attribute os the ui object rich_text } ]

#Dependencies

  • Python 3 x32 [psutil, pywinauto, wmi, PIL, keyboard, pyautogui, win32api (pywin32), selenium, openCV, tesseract, requests, lxml, PyMuPDF]
  • Python 3 x64 [psutil, pywinauto, wmi, PIL, keyboard, pyautogui, win32api (pywin32), selenium, openCV, tesseract, requests, lxml, PyMuPDF]
  • pywinauto (Windows GUI automation)
  • Semantic UI CSS framework
  • JsRender by https://www.jsviews.com (switch to Handlebars)
  • Handlebars

Created by Ivan Maslov (Russia)