diff --git a/README.md b/README.md index 44a0db2a..4a7c84c4 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Powerfull OpenSource RPA tool for business (based on python 3). Best perfomance and absolutely free! # Donate -pyOpenRPA is absolutely non-commercial project. [If this project is important you can donate some money for futher development](https://money.yandex.ru/to/4100115560661986) +pyOpenRPA is absolutely non-commercial project. [Please donate some money if this project is important for you. Link to online donations.](https://money.yandex.ru/to/4100115560661986) -## Content +## Wiki In wiki you can find: - [About OpenRPA, library dependencies and licensing](Wiki/01.-About-OpenRPA,-library-dependencies-and-licensing.md) - [Architecture (Studio, Robot, Orchestrator)](Wiki/02.-Architecture-(Studio,-Robot,-Orchestrator).md) @@ -17,65 +17,26 @@ In wiki you can find: - Theory & practice: Keyboard & mouse manipulation - Theory & practice: Screen capture & image recognition - ## Tutorials [ENG] Content in progress
[RUS] [Перейти в раздел туториалов](Wiki/RUS_Tutorial/README.md) -# 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: , - ArgumentList: [, ...] - optional, - ArgumentDict: {:, ...} - 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 +# Copyrights & Contacts +pyOpenRPA is created by Ivan Maslov (Russia). Use it for free!
+*My purpose is to create [#IT4Business](https://www.facebook.com/RU.IT4Business) models.*
+If you need IT help feel free to contact me.
+##My contacts:
+E-mail: Ivan.Maslov@UnicodeLabs.ru
+Skype: MegaFinder
+Facebook: https://www.facebook.com/RU.Ivan.Maslov
+LinkedIn: https://www.linkedin.com/in/RU-IvanMaslov/ + +# 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) \ No newline at end of file +* Handlebars \ No newline at end of file