A desktop to-do widget built using python's Tkinter.
- Organize tasks by a timeframe (daily,weekly,montly)
- Colour coded priority (sorted in order red,yellow,blue)
- Edit tasks- click the coloured square to open edit menu
- Presists between runs - Tasks are saved in the file todo.txt (file is not encryped)
- Python 3
- Tkinter(built-in for win and mac)
- Clone/download the repo
- Run
python3 todo.py

