Does Python have GUI ? If yes, how do we add button Etc.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Does Python have GUI ? If yes, how do we add button Etc..

I instructions to add gui in phython.

4th May 2017, 5:29 AM
Atyab Reza
Atyab Reza - avatar
4 Answers
+ 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 :)
4th May 2017, 5:56 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 1
yes appjar http://appjar.info/pythonWidgets/ you should also inatall tkinter
4th May 2017, 5:36 AM
Saeed Tafazzol
Saeed Tafazzol - avatar
0
thank you !
4th May 2017, 5:55 AM
Atyab Reza
Atyab Reza - avatar
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 😂
4th May 2017, 6:02 AM
Atyab Reza
Atyab Reza - avatar