echim / pySteps

Generic python automation framework with PyAutogui, OpenCV and Tesseract-OCR for desktop apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 example)
    • Run tests on browsers ( via selenium, check chrome 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 boilerplate as a starting point.
  2. Requirements / install steps can be found here

  3. Tested on:

    • Windows 10 Pro
    • Ubuntu 18.04 LTS
    • ( slightly on ) macOS High Sierra

About

Generic python automation framework with PyAutogui, OpenCV and Tesseract-OCR for desktop apps.

License:MIT License


Languages

Language:Python 52.5%Language:JavaScript 44.8%Language:HTML 1.4%Language:CSS 1.3%