Tasky Task management app in Python Installation Install dependencies, $ pip install -r requirements.txt Usage In one terminal tab, execute the server $ uvicorn main:app In another tab, execute the gui, $ python3 app.py