0
Does Python have GUI ? If yes, how do we add button Etc..
I instructions to add gui in phython.
4 Respuestas
+ 7
Tkinter is the "basic" GUI of Python. You might try pygame for game-oriented GUI features. Also, kivy is recommendable but may be a bit more complex.
Haven't heard about appjar so far, but it seems like fun, judging by the website provided by Saeed :)
+ 1
yes appjar
http://appjar.info/pythonWidgets/
you should also inatall tkinter
0
thank you !
0
@Kuba Siekierzynski
thanks alot buddy!
i would love to try out.
but I'm new to python so need to start with Basics and baby Steps 😂