# Портал документации pyOpenRPA ![image](img/ModalGuide.png) ## Дорогие коллеги! Добро пожаловать на портал документации pyOpenRPA. pyOpenRPA - это самое прогрессивное и технологичное RPA решение на рынке роботизации. Наших роботов невозможно отключить принудительно - управлять ими будете только вы! Вместе с pyOpenRPA стало возможно сочетать в рамках одного проекта все перспективные технологии, такие как: * распознавание, * искусственный интеллект, * машинное обучение, * большие данные, * голосовые и чат-боты, * речевая аналитика, * компьютерное зрение. В компании pyOpenRPA LLC мы создаем стандарты вендора нового поколения. Предлагаем не просто платформу роботизации RPA, а уникальный набор услуг для каждого клиента в зависимости от решаемой задачи. Мы знаем, что реальная ценность роботизации RPA для вас заключается не в каком-то софте. Софт - это лишь 1 из 3 компонентов. Остальные 2 компонента - это люди и вычислительные мощности (железо). Вам нужно комплексное и системное решение проблемы, и мы вам в этом поможем! Наша открытость и ряд стратегических инициатив позволяют с легкостью привлекать сотни новых специалистов и клиентов. Быть предельно прозрачными перед всеми участниками рынка. Предлагать индивидуальный набор услуг, нацеленный именно на решение проблем клиента. С презентацией pyOpenRPA вы можете ознакомиться по ссылке: [[СМОТРЕТЬ PDF]](https://pyopenrpa.ru/Index/pyOpenRPA_product_service.pdf) Если возникнут вопросы, то вы всегда можете обратиться к нам! pyOpenRPA - роботы вам помогут! **Иван Маслов, основатель и генеральный директор pyOpenRPA LLC** ВЕРСИЯ v1.2.12 *by Ivan Maslov (Russia)* - see 2. Права & Контакты. ! ATTENTION ! pyOpenRPA works only on MS Windows 7+/Server 2008+. Guys from Unix/Mac - sorry. We will come to you soon :) ## About Dear RPA-tors. Let me congratulate you with great change in the RPA world. Since 2019 the first enterprise level open source RPA platform is here! pyOpenRPA is absolutely open source commercial project. Hosted by LLC PYOPENRPA (RUSSIA) The pyOpenRPA - free, fast and reliable Powerful OpenSource RPA tool for business (based on python 3). Best performance and absolutely free! The pyOpenRPA is based on Python and using well known OpenSource solutions such as Selenium, OpenCV, Win32, UI automation and others. Thanks to it we were able to create consolidated platform with all possible features. The pyOpenRPA is distributed under the PYOPENRPA open license. At the time of this writing the pyOpenRPA is successfully using in several big Russian companies. Companies in which it was decided to develop own RPA division with no dependencies on expensive licenses. ## Repo structure The description of the each folder in GitLab repo is going below: * **Agent**: template build for the pyOpenRPA.Agent component * **Orchestrator**: template build for the pyOpenRPA.Orchestrator component * **Resources**: 3rd party resources which is needed to provide pyOpenRPA encapsulation from the Operating System (OS) dependencies. * **Robot**: template build for the robot * **Sources**: pyOpenRPA python package sources + sphinx sources * **Studio**: build for the pyOpenRPA.Studio which support Desktop UI (support x32 and x64 desktop UI apps) * **Utils**: many additional good tools for the python developer * **Wiki**: compiled wiki documentation ## The pyOpenRPA structure ### The pyOpenRPA has 4 main tools: * Studio * Robot * Orchestrator * Agent ### Studio The pyOpenRPA.Studio tool has been developed to help RPA-tors to create the robot algorythms. **Features** * Run actions * Create visual algorythms of the robot * Desktop app: Analyze desktop app ui tree * Desktop app: Search desktop app ui by mouse * Desktop app: Generate & edit the UIO Selector ### Robot The pyOpenRPA.Robot package is the core of any action execution in the pyOpenRPA. All action from algorythms are perfoming by the Robot tool. It looks like a console process without graphic user interface. **Features** * Based on Python (killer feature) * Support Win32 GUI framework (desktop app) * Support UI automation framework (desktop app) * Support Selenium (web app) * Support PyAutoGUI (screen capture & mouse) * Support OpenCV (computer vision) ### Orchestrator The pyOpenRPA.Orchestrator package has been developed to maintain robot infrastructure (2+ robots algorythm). **Features** * Start/Stop robot algorithm * Robot scheduler * Remote machine screenshot viewer * Remote machine cmd shell * Remote machine logs storage ### Agent The pyOpenRPA.Agent tool has been developed to maintain robot infrastructure (2+ robots algorythm). **Features** * Send CMD to the RPA GUI session (start/safe stop/force stop/logout) * Get screenshots from the RPA GUI session * Get the list of the running processes ## Wiki structure In wiki you can use the following docs: * ENG Guide HTML [[|OPEN GITLAB|]](https://gitlab.com/UnicodeLabs/OpenRPA/-/tree/master/Wiki/ENG_Guide/html/index.html) * ENG Guide MarkDown [[|OPEN GITLAB|]](https://gitlab.com/UnicodeLabs/OpenRPA/-/tree/master/Wiki/ENG_Guide/markdown/index.md) * ENG Guide PDF [[|OPEN GITLAB|]](https://gitlab.com/UnicodeLabs/OpenRPA/-/tree/master/Wiki/ENG_Guide/pdf/pyOpenRPA_Guide_ENG.pdf) * RUS Article: Less cost - no paid RPA [[|OPEN HABR|]](https://habr.com/ru/post/506766/) * RUS Tutorial Desktop UI [[|OPEN HABR|]](https://habr.com/ru/post/509644/); [[|OPEN GITLAB|]](https://gitlab.com/UnicodeLabs/OpenRPA/-/tree/master/Wiki/RUS_Tutorial/DesktopGUI_Habr/index.md) * RUS Tutorial Web UI [[|OPEN HABR|]](https://habr.com/ru/post/515310/); [[|OPEN GITLAB|]](https://gitlab.com/UnicodeLabs/OpenRPA/-/tree/master/Wiki/RUS_Tutorial/WebGUI_Habr/readme.md) * RUS Leaflet pyOpenRPA v4.pdf [[|OPEN GITLAB|]](https://gitlab.com/UnicodeLabs/OpenRPA/-/tree/master/Wiki/RUS_Leaflet/RUS%20Leaflet%20pyOpenRPA%20v4.pdf) ## Guide content * [Выбрать версию](https://pyopenrpa.ru/wiki/guide/index) * 1. Первый запуск * How to check installation * System requirements * 2. Права & Контакты * Ivan Maslov (CEO & FOUNDER) * 3-rd party components license dependencies * 1. Описание * 2. Функции * References * 3. Как использовать? * How to execute RPA script * Desktop app UI access (win32 and UI automation dlls) * Theory & practice. WEB app UI access (selenium) * Theory & practice. Keyboard & mouse manipulation * Theory & practice. Screen capture & image recognition * 4. Зависимости * 1. Описание * 2. Как использовать? * Content * How to run * UI Description * How to extract UI tree * How to extract UI object properties * 1. Description * Global settings dict concept * Orchestrator how to configure * Orchestrator architecture * Component Processor * References * 2. Defs * pyOpenRPA.Orchestrator.__Orchestrator__ * Group Agent… * Group GSettings… * Group Storage… * Group OS… * Group Process… * Group Processor… * Group Python… * Group RDPSession… * Group Web… * Group UAC… * Group Scheduler… * pyOpenRPA.Orchestrator.Web.Basic * References * 3. gSettings Template * 4. How to use * 5. UAC - User Access Control * About * UAC Dict for Orchestrator WEB UI rights * 6. Defs Managers * Process (General) * Process (Details) * ControlPanel (General) * ControlPanel (Details) * 2. Defs * pyOpenRPA.Agent.__Agent__ * References * 2. Defs StopSafe * References .. v1.2.12 replace:: v1.2.12 .. ``` |author| ``` replace:: Ivan Maslov <[ivan.maslov@unicodelabs.ru](mailto:ivan.maslov@unicodelabs.ru)>