+ 1
What is tkinter and what can i do with it
5 Antworten
+ 3
S. C. That is because SoloLearn is console only.
+ 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.
+ 1
we can create GUI applications using TKinter
+ 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.
+ 1
And sadly Paul Grasser, the SoloLearn Code Playground doesn't support either of those modules.