Tasker is a Task Manager (to do Manager) to manage your tasks.
To setup Tasker, first install Virtual Environment and then Install requirements from requirements.txt.
-
python3 -m venv venv- On Linux make sure to install
python3-venvusingapt install python3-venv.
- On Linux make sure to install
-
Activate Virtual Environment
- On linux use
source ./venv/bin/activate.
- On Windows use
venv/Scripts/activate.ps1for PowerShell or usevennv/Scripts/activate.batfor Command Prompt.
- On linux use
-
Update
pipandsetuptoolsusingpip install pip setuptools --upgrade -
Install requirements using
pip install -r requirements.txt. -
Run Tasker using
flask run. -
Launch Browser and head to http://localhost:5000