GUI programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

GUI programming

Lets say that i wanna create a really creative and innovative program in python. Then which module i should use for this work python has builtin module Tkinter but it lacks some of gui features

12th Apr 2017, 7:52 AM
Talha Waheed
Talha Waheed - avatar
5 Answers
+ 11
I'm pretty sure Pygame can do some stuff too.
12th Apr 2017, 8:24 AM
Ahri Fox
Ahri Fox - avatar
+ 8
PyQt5 ftw in C++ you have Qt, you can create just anything you want!
21st Dec 2017, 5:33 PM
SalahDEV
SalahDEV - avatar
+ 7
It all depends on what you plan to do with it. Some modules may contain OS-specific functions, which might not work on different platforms.
12th Apr 2017, 8:51 AM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 6
kivy module has it all, if you need.
12th Apr 2017, 8:20 AM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 2
I also look for wxPython module on the internet. Is it good?
12th Apr 2017, 8:38 AM
Talha Waheed
Talha Waheed - avatar