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
pip install aai-engine
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 /example/path/to/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
Documentation
Here is the documentation for the AAI Engine.
Build
python -m build
Should you want to add files not directly under src/aai_engine_package, add them in MANIFEST.in.
Usage
The easiest way to capture and edit screenshots is to use the GUI.
One can launch the gui by executing aai-engine-gui
in the terminal.
Using the CLI to Take a screenshot
aai-engine-capture '/path/to/where/you/want/to/save/the/screenshot'
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.29-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23d3d5d6083e18efbc8ae0b014b72a61c5f7cbdcbf27dbb439cc3cadee07ca1b |
|
MD5 | 480e7bd8b3f0e3a2750d97e5bf84719a |
|
BLAKE2b-256 | bb3ac7db350334446949dc8a599472c69e72ef8d62a956170fe7dc7f567b358d |