what is Tkinter used and what is it?
Tkinter is a widget. It is a python's widget used for GUI, Graphical user Interface.
For example, a new window, adding buttons, textboxes, check boxes, list etc are made using Tkinter.
It is a predefined library in Python that we have to import while coding.