#Python Simple To DO List A simple python to-do list in which we can add a task and delete it when it’s done. We will be using a Python package called Tkinter which is a widely used Python GUI library. It is shipped with python, so we do not have to download or install it separately, we can just import and start with it. #Steps to develop To-do List Project 1.Import the Tkinter library 2.Create to-do list application window 3.Create application layout 4.Define to do list functions
#output Screenshot