How do I code gui in python? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How do I code gui in python?

I felt that my gathered experience in python is enough to start creating amazing things with it, but where my passion lies is gui, any help to make me forge ahead?

24th Mar 2018, 6:35 AM
Akinyoola aleem akinkunmi
Akinyoola aleem akinkunmi - avatar
4 ответов
+ 2
Firstly, Learn Tkinter module, then install other modules. Good Luck
24th Mar 2018, 7:02 AM
Никита
+ 2
I would recomend kivy after learning Tkinter. It is cross platform, running even in android. And it is easy to learn. I would say that it is even easyer than Tkinter. But, that's only my opinion.
24th Mar 2018, 9:21 AM
Ulisses Cruz
Ulisses Cruz - avatar
+ 2
Thanks cruz
24th Mar 2018, 10:33 AM
Akinyoola aleem akinkunmi
Akinyoola aleem akinkunmi - avatar
+ 1
You can build GTK+ applications, there's a lot of nice documentations and tutorials, and also you can build apps with PyQt (together with Qt Creator) but there isn't much of a good tutorials for it.
26th Mar 2018, 8:27 AM
dondjokalone