How to install tkinter in python?

Tkinter is a GUI Library for Python that enables the user to create GUI application. It is a powerful Object-Oriented Language. With this we can make the front end of the app easily.
It is used to construct buttons, text box, labels, etc. It improves user interaction to make the application more understandable and user friendly.
Tkinter comes with the python installer and we don’t have to install it from anywhere else.
We can easily import it and use it in python.
syntax:-
import tkinter as tk or import tkinter
In this way we can import it in text editor in python and use it .
Subscribe
Login
Please login to comment
0 Discussion