{"id":15018739,"url":"https://github.com/eficode/robotframework-imagehorizonlibrary","last_synced_at":"2025-04-08T03:10:25.255Z","repository":{"id":34771280,"uuid":"38753583","full_name":"eficode/robotframework-imagehorizonlibrary","owner":"eficode","description":"Cross-platform Robot Framework library for GUI automation based on image recognition","archived":false,"fork":false,"pushed_at":"2023-12-21T08:53:34.000Z","size":969,"stargazers_count":80,"open_issues_count":27,"forks_count":28,"subscribers_count":31,"default_branch":"master","last_synced_at":"2024-10-29T22:08:54.547Z","etag":null,"topics":["automation","gui","image-recognition","robot-framework","robotframework","testing","testing-library"],"latest_commit_sha":null,"homepage":null,"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/eficode.png","metadata":{"files":{"readme":"README.rst","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,"publiccode":null,"codemeta":null}},"created_at":"2015-07-08T12:49:05.000Z","updated_at":"2024-10-08T14:10:25.000Z","dependencies_parsed_at":"2024-06-19T05:32:38.984Z","dependency_job_id":"ca51e3ba-deb9-4d38-b025-ffb733ee99dc","html_url":"https://github.com/eficode/robotframework-imagehorizonlibrary","commit_stats":{"total_commits":164,"total_committers":9,"mean_commits":18.22222222222222,"dds":0.5670731707317074,"last_synced_commit":"0778575e51a6e3b04c8cddbdd99204a988327572"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Frobotframework-imagehorizonlibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Frobotframework-imagehorizonlibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Frobotframework-imagehorizonlibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eficode%2Frobotframework-imagehorizonlibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eficode","download_url":"https://codeload.github.com/eficode/robotframework-imagehorizonlibrary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767236,"owners_count":20992548,"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":["automation","gui","image-recognition","robot-framework","robotframework","testing","testing-library"],"created_at":"2024-09-24T19:52:23.613Z","updated_at":"2025-04-08T03:10:25.234Z","avatar_url":"https://github.com/eficode.png","language":"Python","readme":"===================\nImageHorizonLibrary\n===================\n\nThis Robot Framework library provides the facilities to automate GUIs based on\nimage recognition similar to Sikuli. This library wraps pyautogui_ to achieve\nthis.\n\nFor non pixel perfect matches, there is a feature called `confidence level`\nthat comes with a dependency OpenCV (python package: `opencv-python`).\nThis functionality is optional - you are not required to\ninstall `opencv-python` package if you do not use confidence level.\n\nKeyword documentation\n---------------------\n\n`Keyword Documentation`__\n\n__ http://eficode.github.io/robotframework-imagehorizonlibrary/doc/ImageHorizonLibrary.html\n\nTravis CI\n---------\n\n`Travis CI`__\n\n__ https://travis-ci.org/Eficode/robotframework-imagehorizonlibrary/\n\n\n.. image:: https://travis-ci.org/Eficode/robotframework-imagehorizonlibrary.svg?branch=master\n    :target: https://travis-ci.org/Eficode/robotframework-imagehorizonlibrary\n\n\nPrerequisites\n-------------\n\n- `Python 3.x`\n- pip_ for easy installation\n- pyautogui_ and `it's prerequisites`_\n- `Robot Framework`_\n\nOn Ubuntu, you need to take `special measures`_ to make the screenshot\nfunctionality to work correctly. The keyboard functions might not work on\nUbuntu when run in VirtualBox on Windows.\n\nDevelopment\n'''''''''''\n\n- mock__\n\n__ http://www.voidspace.org.uk/python/mock/\n\nInstallation\n------------\n\nIf you have pip_, installation is straightforward:\n\n::\n\n    $ pip install robotframework-imagehorizonlibrary\n\nThis will automatically install dependencies as well as their dependencies.\n\n\nWindows\n'''''''\n\nImageHorizonLibrary should work on Windows \"out-of-the-box\". Just run the\ncommands above to install it.\n\nOSX\n'''\n\n*NOTICE*\nImageHorizonLibrary does not currently work with XCode v.8. Please use a previous version.\n\nYou additionally need to install these for pyautogui_:\n\n::\n\n    $ pip install pyobjc-core pyobjc\n\n\nFor these, you need to install XCode_\n\nLinux\n'''''\n\nYou additionally need to install these for pyautogui_:\n\n::\n\n    $ sudo apt-get install python-dev python-xlib\n\n\nYou might also need, depending on your Python distribution, to install:\n\n::\n\n    $ sudo apt-get install python-tk\n\nIf you are using virtualenv, you must install python-xlib_ manually to the\nvirtual environment for pyautogui_:\n\n- `Fetch the source distribution`_\n- Install with:\n\n::\n\n    $ pip install python-xlib-\u003clatest version\u003e.tar.gz\n\nRunning unit tests\n------------------\n\n::\n\n    $ python tests/utest/run_tests.py [verbosity=2]\n\n\nRunning acceptance tests\n------------------------\n\nAdditionally to unit test dependencies, you also need OpenCV, Eel, scrot and Chrome/Chromium browser.\nOpenCV is used because this tests are testing also confidence level.\nBrowser is used by Eel for cross-platform GUI demo application.\nscrot is used for capturing screenshots.\n\n::\n\n    $ pip install opencv-python eel\n\n\nTo run tests, run this command:\n\n::\n\n    $ python tests/atest/run_tests.py\n\n\nUpdating Docs\n-------------\n\nTo regenerate documentation (`doc/ImageHorizonLibrary.html`), use this command:\n\n::\n\n    $ python -m robot.libdoc -P ./src ImageHorizonLibrary doc/ImageHorizonLibrary.html\n\n\n.. _Python 3.x: http://python.org\n.. _pip: https://pypi.python.org/pypi/pip\n.. _pyautogui: https://github.com/asweigart/pyautogui\n.. _it's prerequisites: https://pyautogui.readthedocs.org/en/latest/install.html\n.. _Robot Framework: http://robotframework.org\n.. _double all coordinates: https://github.com/asweigart/pyautogui/issues/33\n.. _special measures: https://pyautogui.readthedocs.org/en/latest/screenshot.html#special-notes-about-ubuntu\n.. _XCode: https://developer.apple.com/xcode/downloads/\n.. _Fetch the source distribution:\n.. _python-xlib: http://sourceforge.net/projects/python-xlib/files/\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feficode%2Frobotframework-imagehorizonlibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feficode%2Frobotframework-imagehorizonlibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feficode%2Frobotframework-imagehorizonlibrary/lists"}