What is tkinter and what can i do with it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is tkinter and what can i do with it

18th Jul 2018, 2:21 AM
Dare$devil
Dare$devil - avatar
5 Answers
+ 3
S. C. That is because SoloLearn is console only.
18th Jul 2018, 4:48 AM
Paul Grasser
Paul Grasser - avatar
+ 2
Tkinter is the standard GUI library for Python. https://www.tutorialspoint.com/python/python_gui_programming.htm The output of normal python programs without using modules is only in text but Tkinter allows you to add a Graphical User Interface a.k.a. GUI to your Python programs.
18th Jul 2018, 2:44 AM
Satyam
+ 1
we can create GUI applications using TKinter
18th Jul 2018, 2:47 AM
Dare$devil
Dare$devil - avatar
+ 1
Tkinter is one of the many graphics libraries supported python3. As tkinter designs can't look modern, I would recommend learning PyQt5, unless you want you GUIs to look like they are from the 90s.
18th Jul 2018, 4:22 AM
Paul Grasser
Paul Grasser - avatar
+ 1
And sadly Paul Grasser, the SoloLearn Code Playground doesn't support either of those modules.
18th Jul 2018, 4:46 AM
Satyam