Metadata-Version: 2.1
Name: je-auto-control-dev
Version: 0.0.50
Summary: auto testing
Home-page: https://github.com/JE-Chen/AutoControl
Author: JE-Chen
Author-email: zenmailman@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# AutoControl

---

## AutoControl as a tool for GUI Testing

### Features

* Image Detect
* Keyboard Event
* Mouse Event
* Screen
* Action file and executor
* Record Event
* CLI with action file
* Generate HTML Report
* Timeout

---

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/db0f6e626a614f67bf2b6b1f54325a24)](https://www.codacy.com/gh/JE-Chen/AutoControl/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=JE-Chen/AutoControl&amp;utm_campaign=Badge_Grade)

[![CircleCI](https://circleci.com/gh/JE-Chen/AutoControl/tree/main.svg?style=svg)](https://circleci.com/gh/JE-Chen/AutoControl/tree/main)

[![AutoControl GitHub Actions Dev](https://github.com/JE-Chen/AutoControl/actions/workflows/auto-control-github-actions_dev.yml/badge.svg)](https://github.com/JE-Chen/AutoControl/actions/workflows/auto-control-github-actions_dev.yml)

[![AutoControl GitHub Actions Stable](https://github.com/JE-Chen/AutoControl/actions/workflows/auto-control-github-actions_stable.yml/badge.svg)](https://github.com/JE-Chen/AutoControl/actions/workflows/auto-control-github-actions_stable.yml)

### Documentation

[![Documentation Status](https://readthedocs.org/projects/autocontrol/badge/?version=latest)](https://autocontrol.readthedocs.io/en/latest/?badge=latest)

documentation available
at [https://python-jeautocontrol.readthedocs.io/en/latest/](https://autocontrol.readthedocs.io/en/latest/)

## install

```
# make sure you have install cmake libssl-dev (on linux)
pip install je_auto_control
```

## Info

* requirement
    * Python 3.7 & later
    * pip 19.3 & later


* Dev env
    * windows 11
    * osx 11 big sur
    * ubuntu 20.0.4


* Test on
    * windows 10 ~ 11
    * osx 10.5 ~ 11 big sur
    * ubuntu 20.0.4
    * raspberry pi 3B and 4B


