Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (55.6k points)

Can anyone tell me what is tkinter in python?

1 Answer

0 votes
by (41.4k points)

Python offers several options for developing GUI and tinker is the most popular method of all the GUI methods. Python with tkinter is an easier and better way to create GUI applications. 

If you are using Python 3, then for installing the Tkinter, you need to execute the below commands:

sudo apt-get update

sudo apt-get install python3-tk

If you are looking for an online course to learn Python, I recommend this Python Course by Intellipaat.

Related questions

0 votes
1 answer
asked Jul 14, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
0 votes
5 answers

Browse Categories

...