+ 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
5 odpowiedzi
+ 11
I'm pretty sure Pygame can do some stuff too.
+ 8
PyQt5 ftw in C++ you have Qt, you can create just anything you want!
+ 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.
+ 6
kivy module has it all, if you need.
+ 2
I also look for wxPython module on the internet. Is it good?