logo

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

Pipx allows you to install Python CLI applications globally while keeping them isolated in their own virtual environments. When you use pipx to install Poetry, it will also handle upgrades and uninstallation automatically.

1

Install pipx

If pipx is not already installed, you can follow any of the options in the official pipx installation instructions. Any non-ancient version of pipx will do.

Pipx documentation

2

Install autotasker

Install the autotasker package using pipx to set up a Python-based task automation tool in an isolated environment.

console

pipx install autotasker