what is tkinter in python?
Tkinter
1149
27-Jun-2018
Prakash nidhi Verma
27-Jun-2018- 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 :