Tkinter Anonymous User 969 27-Jun-2018 what is tkinter in python? python gui python Updated on 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 :