Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echim/pySteps
Generic python automation framework with PyAutogui, OpenCV and Tesseract-OCR for desktop apps.
https://github.com/echim/pySteps
Last synced: 8 days ago
JSON representation
Generic python automation framework with PyAutogui, OpenCV and Tesseract-OCR for desktop apps.
- Host: GitHub
- URL: https://github.com/echim/pySteps
- Owner: echim
- License: mit
- Created: 2018-03-02T15:46:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T13:32:40.000Z (about 6 years ago)
- Last Synced: 2024-08-01T13:25:21.717Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.24 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Generic python automation framework with PyAutogui, OpenCV and Tesseract-OCR for desktop apps and browsers.
1. Features:
* Run tests on any desktop app ( check [notepad](../master/tests/notepad/menu_actions_test.py) example)
* Run tests on browsers ( via selenium, check [chrome](../master/tests/chrome/chrome_with_webdriver_test.py) example )
* Image matching with OpenCV ( for visual confirmation )
* OCR with Tesseract 4.0.0-beta.1
* Desktop app for running the tests and certain statistics
* Based on the [this](https://github.com/chentsulin/electron-react-boilerplate) boilerplate as a starting point.
2. Requirements / install steps can be found [here](../master/docs/requirements-and-setup.md)
3. Tested on:
* Windows 10 Pro
* Ubuntu 18.04 LTS
* ( slightly on ) macOS High Sierra