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-venv
usingapt 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.ps1
for PowerShell or usevennv/Scripts/activate.bat
for Command Prompt.
- On linux use
-
Update
pip
andsetuptools
usingpip 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