Project Kanban
https://github.com/orgs/Integration-Automation/projects/2/views/1 \
- Powerful and useful GUI Automation.
- Image recognition.
- Coordinate-based.
- Mouse automation.
- Keyboard automation.
- Locate image less than 0.5 sec.
- AutoControl script.
- Generate JSON/HTML/XML report.
- Remote Automation support.
- 1 sec / thousands keyboard event.
- 1 sec / thousands mouse event.
- Open another process support.
- Shell command support.
- Screenshot support.
- OS Independent.
- Project & Template support.
We don't support Unix/Linux Wayland GUI Now
May be future feature
# make sure you have install cmake libssl-dev (on linux)
pip install je_auto_control
- requirement
- Python 3.9 or later
- pip 19.3 or 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
- Clone repo on GitHub or download source code
- Prepare a python venv
- Run command "pip install --upgrade pip"
- Run command "pip install -r dev_requirements.txt"