{"id":15018813,"url":"https://github.com/codigo100cera/rpapy","last_synced_at":"2025-10-24T00:31:19.623Z","repository":{"id":57462777,"uuid":"321211833","full_name":"codigo100cera/rpapy","owner":"codigo100cera","description":"RPAPY is a open source easy tool for automating boring stuffs on any screen with robotframework, pyautogui, pywinauto and others.","archived":false,"fork":false,"pushed_at":"2024-04-03T19:17:00.000Z","size":1068,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-26T20:53:09.239Z","etag":null,"topics":["automations","robotframework","rpa","tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codigo100cera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-12-14T02:35:19.000Z","updated_at":"2024-05-04T08:32:15.000Z","dependencies_parsed_at":"2024-03-22T22:24:22.376Z","dependency_job_id":"32a8d4ff-cbe6-41ab-92b1-ab4d7c1311fb","html_url":"https://github.com/codigo100cera/rpapy","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"44f8558e0b29a96b9ee756b4485824bb395f386f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codigo100cera%2Frpapy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codigo100cera%2Frpapy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codigo100cera%2Frpapy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codigo100cera%2Frpapy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codigo100cera","download_url":"https://codeload.github.com/codigo100cera/rpapy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867315,"owners_count":16555821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automations","robotframework","rpa","tools"],"created_at":"2024-09-24T19:52:29.491Z","updated_at":"2025-10-24T00:31:19.213Z","avatar_url":"https://github.com/codigo100cera.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://i.imgur.com/ClOul8Y.png)\n\n# RPAPY - Open Source Tool for Robotic Process Automatition\n[Medium](https://medium.com/@codigo100cera) | [Linkedin](https://www.linkedin.com/in/mcsilva-csc/) | [Youtube](https://www.youtube.com/channel/UCbrw7-reRWpQD1JBubCl4QQ?view_as=subscriber) | [Telegram](https://t.me/joinchat/C_ECNVWoSae_ebzcjfM33w)\n\n__RPAPY__ is a open source easy tool for automating boring stuffs on any screen with robotframework, pyautogui, pywinauto and others.\n\n_\"Creating __automations__ for __GUI__ has never been more __fun__ than now.\"_\n\n\n![RPAPY Example](https://i.imgur.com/9TaGCby.gif)\n\n## Get started\n\n### Windows\n\nThe easiest way to install RPAPY is by using __pip install__\n\n- Download and install [Python \u003e=3.10, \u003c3.13 ](https://www.python.org)\n\n- Install the latest version RPAPY on your machine:\n```\npip install rpapy\n```\n\nHowever, it is advisable to use a virtual environment for an isolated installation of all requirements, this avoids conflicts with the python interpreter installed on the host machine:\n```\npip install virtualenv\nmkdir \u003cyour-project-name\u003e\ncd \u003cyour-project-name\u003e\nvirtualenv create rpapy-venv\nactivate rpapy-venv\npip install rpapy\n```\n\nThe construction of the project structure is accomplished by executing the following command in the terminal:\n```\nrpapy\n```\n\nThe hotkeys menu to be used will be displayed after executing the above command.\n\n```\n***TURN ON AGENTPY***\n        ****************HOTKEYS MENU****************\n        \u003cCTRL\u003e+\u003cALT\u003e+P: Capture image or ocr\n        \u003cCTRL\u003e+\u003cALT\u003e+R: Change file name\n        \u003cCTRL\u003e+\u003cALT\u003e+B: Switch between backends\n        \u003cCTRL\u003e+I:       Inspect UI element\n        \u003cCTRL\u003e+\u003cCMD\u003e+C: View current configuration\n        \u003cCTRL\u003e+\u003cCMD\u003e+E: Load sample implementation\n        \u003cCTRL\u003e+\u003cCMD\u003e+X: Turn off agent\n        ********************************************\n```\n\nTo run the sample implementation, perform the following steps:\n\n- Configure the .env file in the root directory of the project.\n\n```\n###VARIAVEIS DE AMBIENTE PYTHON-DOTENV\n\n#RESOURCES_DIR_NAME=resources\n#RESOURCES_KEYWORDS_FILE_NAME=keywords.robot\n#IMAGES_DIR_NAME=images\n#IMAGES_ERROR_DIR_NAME=images_error\n#TASKS_DIR_NAME=tasks\n#MAX_WAIT_MANUTENCAO=5\n#VERIFICAR_MODO=True\n#FAILSAFE_OFF=True\n#ARQUIVO_TEMPORARIO_ATIVO=False\n#NOME_ARQUIVO_TEMPORARIO=temp.txt\n```\n\n- Run the following command on the terminal:\n\n```\nrobot -d log tasks\n```\n\n- In the dialog box, which will be displayed, choose the option YES and make changes to the images as required by RPAPY.\n\n- After the update cycle of the UI images in which the actions will be performed by the robot, interrupt the execution.\n\n- Repet the command on the terminal:\n\n```\nrobot -d log tasks\n```\n\n- select the option no in the dialog box to choose the maintenance mode off.\n\n## Credits\n\nUnder the hood, RPAPY is built on some of the greatest open source libraries. Within RPAPY, the following libraries are currently included:\n\n- [Keyring](https://pypi.org/project/keyring/)\n- [Mouse](https://github.com/boppreh/mouse)\n- [Numpy](https://pypi.org/project/numpy/)\n- [OpencvPython](https://pypi.org/project/opencv-python/)\n- [Pillow](https://pillow.readthedocs.io/en/stable/)\n- [PyAutoGUI](https://github.com/asweigart/pyautogui)\n- [Pynput](https://pypi.org/project/pynput/)\n- [Pyperclip](https://pypi.org/project/pyperclip/)\n- [PySide6](https://pypi.org/project/PySide2/)\n- [PySimpleGUI](https://pypi.org/project/PySimpleGUI/)\n- [Pytesseract](https://pypi.org/project/pytesseract/)\n- [PythonDotenv](https://pypi.org/project/python-dotenv/)\n- [Pwinauto](https://pypi.org/project/pywinauto/)\n- [RobotFramework](https://pypi.org/project/robotframework/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodigo100cera%2Frpapy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodigo100cera%2Frpapy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodigo100cera%2Frpapy/lists"}