Metadata-Version: 2.1
Name: pyOpenRPA
Version: 1.0.16
Summary: First open source RPA platform for business
Home-page: https://gitlab.com/UnicodeLabs/OpenRPA
Author: Ivan Maslov
Author-email: Ivan.Maslov@unicodelabs.ru
License: MIT
Keywords: OpenRPA RPA Robot Automation Robotization
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: pywinauto (>=0.6.6)
Requires-Dist: WMI (>=1.4.9)
Requires-Dist: pillow (>=6.0.0)
Requires-Dist: keyboard (>=0.13.3)
Requires-Dist: pyautogui (>=0.9.44)
Requires-Dist: pywin32 (>=224)

# OpenRPA
First open source RPA platform for business is released!

# 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 Robot
Robot.ActivityRun(
	{
	   ModuleName: <"GUI"|..., 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
	}
)

# 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 GUI activity List:
############################
РќРѕРІР°СЏ РІРµСЂСЃРёСЏ
############################
РџРѕР»СѓС‡РёС‚СЊ СЃРїРёСЃРѕРє СЌР»РµРјРµРЅС‚РѕРІ, РєРѕС‚РѕСЂС‹Р№ СѓРґРѕРІР»РµС‚РІРѕСЂСЏРµС‚ СѓСЃР»РѕРІРёСЏРј С‡РµСЂРµР· СЂР°СЃС€РёСЂРµРЅРЅС‹Р№ РґРІРёР¶РѕРє РїРѕРёСЃРєР°
[
   {
       "index":<РџРѕР·РёС†РёСЏ СЌР»РµРјРµРЅС‚Р° РІ СЂРѕРґРёС‚РµР»СЊСЃРєРѕРј РѕР±СЉРµРєС‚Рµ>,
       "depth_start" - РіР»СѓР±РёРЅР°, СЃ РєРѕС‚РѕСЂРѕР№ РЅР°С‡РёРЅР°РµС‚СЃСЏ РїРѕРёСЃРє (РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ 1)
       "depth_end" - РіР»СѓР±РёРЅР°, РґРѕ РєРѕС‚РѕСЂРѕР№ РІРµРґРµС‚СЃСЏ РїРѕРёСЃРє (РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ 1)
       "class_name" - РЅР°РёРјРµРЅРѕРІР°РЅРёРµ РєР»Р°СЃСЃР°, РєРѕС‚РѕСЂС‹Р№ С‚СЂРµР±СѓРµС‚СЃСЏ РёСЃРєР°С‚СЊ
       "title" - РЅР°РёРјРµРЅРѕРІР°РЅРёРµ Р·Р°РіРѕР»РѕРІРєР°
       "rich_text" - РЅР°РёРјРµРЅРѕРІР°РЅРёРµ rich_text
   }
]


# Open RPA Wiki
- [Home](https://gitlab.com/UnicodeLabs/OpenRPA/wikis/home)
- [04. Desktop app access (win32 & ui automation)](https://gitlab.com/UnicodeLabs/OpenRPA/wikis/04.-Desktop-app-access-(win32-&-ui-automation))

#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 Unicode Labs (Ivan Maslov)

