what is tkinter in python?
- Tkinter is a lib for designing GUI in python.
- Import the Tkinter module. Create the GUI application in main window.
- Add one or more of the above-mentioned widgets to the GUI application.
Syntax :
Example for adding any text with a button :