Ad Astra Industries RPA engine
Project description
AAI Engine
The AAI Engine is a computer vision based automation python library, enabling easy desktop automation with legacy applications, citrix environments, webapps and regualar desktop apps.
Installation
Local
python -m pip install -e c:\<>\<>\aai_engine
or if that does not work (permission issue):
python3 -m pip install --no-build-isolation -e /media/toto/Samsung_T5/AdAstraIndustries/aai_engine
If on macos with an m1, create a conda environment to be able to use opencv.
brew install miniforge conda init zsh conda create -n aai python=3.8.6 conda activate aai conda install -c conda-forge opencv
Usage
TODO: fill with example paths Make sure there is an img/ folder in the spec
Take a screenshot
python ./take_screenshot.py '/Users/toto/Documents/dev/aai_engine_example_app/rpa_challenge_1'
Edit a screenshot
python ./take_screenshot.py '/Users/toto/Documents/dev/aai_engine_example_app/rpa_challenge_1' '/Users/toto/Documents/dev/aai_engine_example_app/rpa_challenge_1/img/last_name.png'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for aai_engine-0.0.18-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f8869e5c05fe914725cf5ac5c5065ce68fc3d1adb03ed4d2439818f49360f91 |
|
MD5 | 35db04f1b83455ce1315cd69d6c372ed |
|
BLAKE2b-256 | 5c51c056fa25af54252a6048fdaf42d430b65ae95c2dd873ac0e57aba4d878cb |