Best way to develop GUI app using python? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

Best way to develop GUI app using python?

I just want to create a menu like GUI with buttons similar to that of a telephone keypad. I would focus later on over its aesthetics. Concidering this future aspect Tkinter would be the right thing? How do I bind my scripts to those buttons? Am I heading in the right direction? Can someone guide me through this? Also a link to the best resource would be great.

31st Aug 2018, 10:09 AM
Saithama
7 Respostas
+ 4
31st Aug 2018, 1:39 PM
Maninder $ingh
Maninder $ingh - avatar
+ 3
Use tkinter, you have example on my profile
18th Dec 2018, 6:17 PM
Baltazarus
Baltazarus - avatar
+ 3
Sai Sardesai Well them, have a fun with GUI programming šŸ™‚
18th Dec 2018, 6:22 PM
Baltazarus
Baltazarus - avatar
+ 2
Any gui allow you to get your menu... Anyway, try to search Kivy with google... You can run it on mobile also šŸ˜‰
31st Aug 2018, 11:07 AM
KrOW
KrOW - avatar
+ 2
Use Tkinter! If You Want, You Can Use My Modern GUI Framework For Your Tkinter Apps: https://github.com/sancho1952007/Modern-GUI-v3.0
21st Sep 2021, 3:59 AM
Sancho Godinho
Sancho Godinho - avatar
+ 1
I personly use tkinter but any gui package should work
31st Aug 2018, 7:33 PM
Fishbigger
+ 1
I used kivy to be honest and its good except for the changes in framework are too frequent Maninder $ingh Fishbigger Nitrocell
18th Dec 2018, 6:20 PM
Saithama