+ 1
Pythons
What is the role of gui in python and how and where we can use it in python
4 Answers
+ 11
https://www.datacamp.com/community/tutorials/gui-tkinter-JUMP_LINK__&&__python__&&__JUMP_LINK
https://wiki.python.org/moin/GuiProgramming
Here are some useful information.
+ 4
GUI means Graphical User Interface.
It describes a program, where you can click at stuff, open or close windows, slide something instead of having to type everything.
Can be a homepage, a mobile app or whatever.
With Python you can relatively easy create a GUI using the tkinter module.
Bummer: Doesn't run on Sololearn. ;-)
+ 1
The answer of what?
0
bro i know about that but i want ro know the answer of it