![]() |
VOOZH | about |
Prerequisites : Introduction to tkinter
Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, Tkinter is the most commonly used method. In this article, we will learn how to create a ToDo GUI application using Tkinter, with a step-by-step guide.
To create a tkinter :
The GUI would look like below:
π Image
Letβs create a GUI based simple ToDo application in which you can add and delete the Task.
Below is the implementation :
Output: