WELCOME TO AUTOMATOR BETA
This programm is able to create automations on your system.
This programm is only an experimantal release; infact it works very well on Windows wether in linux did not works always correctly
Aviable languages:
- Italian
- English
Tested with these systems:
- windows10 (build 19043.1237)
- ubuntu 20.04.03
- raspbian 10
Updates
- Added file
Automator_Toolchain.exe
.
Installation
-
Prerequisites
- Python 3.6 =< =>3.9 (CURRENT NOT SUPPORTED PYHON 3.10), pip pakage manager
- Linux or Windows system
-
Installation
For all systems:
-
Download
Automator_Toolchain.exe
. -
Open the terminal on the same directory and by typing
Automator_Toolchain.exe --install
it will install the main program. -
After run
pip install -r requirements_your_system.txt
and substitute 'your_system' with 'win32' or 'linux'.
On linux:
-
You can copy this repositry by the following command:
$ git clone "https://github.com/Davide255/Automator"
Install
gnome
by$ sudo apt install gnome
command.Now run the main.py file that will install all the dipendency for you.
If it does not work use pip to install them:
pip install -r requirements_linux.txt
-
You can also download and unzip the repository, so follow the above steps.
On Windows:
-
Downolad and extract this pakage.
Run the
main.py
file and it will automatically install the dipendences.If it does not work, you can install the pakage dipendency by pip:
pip install -r requirements_win32.txt
Restart the program.
-
If you have installed Visual Studio or VSCode you can copy this repository and follow the above steps.
MacOs X:
- Ufficially we DID NOT TESTED ON MACOS X; there are some features that required bash or powershell script that (we think) probably doesn't work
-
How does it works?
The main programm create a Thread that observe your system and it does actions consequentially.
Possible errors:
-
[CRITICAL] [Cutbuffer ] Unable to find any valuable Cutbuffer provider. (Appared on Ubuntu 20.04.03)
Fix by installing xclip and xsel (
$ sudo apt-get install xclip xsel
)