task-todo A simple UI to manage tasks Prerequisites Python 3.7 to 3.9 Project Setup & Commands Install venv python3 -m venv .venv Install required library source .venv/bin/activate pip install -r requirements.txt # For newer Mac brew install python-tk@3.9 Setup required files sh ./setup.sh Run the program sh ui.sh Add new task sh ./add_task.sh