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
File details
Details for the file aai_engine-0.0.33.tar.gz
.
File metadata
- Download URL: aai_engine-0.0.33.tar.gz
- Upload date:
- Size: 49.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c6818f2248874264e50f70d35ddb81375dbefed9ac671a49f2e767b324c50fe |
|
MD5 | ce3459788d84b337f005771d17c3e425 |
|
BLAKE2b-256 | 86a5acd3f4d46e3c2548545d6dc9cfe9b75c453633607ecf06e10053374b1bf0 |
File details
Details for the file aai_engine-0.0.33-py3-none-any.whl
.
File metadata
- Download URL: aai_engine-0.0.33-py3-none-any.whl
- Upload date:
- Size: 55.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7afb8c963a5728b0c05ba95fc66e5992a1adfa97ab7598a89773b7906f06bb40 |
|
MD5 | 931c7cc7015321b1747f93599cdff0df |
|
BLAKE2b-256 | 1ca5c0a82aad776fa633022b85583287e836d895f6d4eef68eae649dfd9a5380 |