Getting started
Get started
AutoTasker is a console application designed to simplify and automate repetitive tasks without the need for programming skills. With AutoTasker, you can easily set up a variety of automated tasks, saving you time and effort in your daily activities.
System requirements
AutoTasker requires Python 3.12 or higher and is compatible with both Linux and Windows operating systems.
Installation
Pipx
Pip
To install autotasker, it must be done within a virtual environment. Installing it globally is not recommended, as it may cause conflicts with other dependencies. Ensure that you activate a virtual environment before proceeding with the installation using pip.
1
Create the virtual environment
Creates a Python virtual environment at the location specified by the $VENV_PATH variable.
console
python3 -m venv $VENV_PATH
2
Install autotasker in the virtual environment
Installs the autotasker package inside the virtual environment using pip.
console
$VENV_PATH/bin/pip install autotasker