+ 1
How would you learn python GUI applications?
There are many GUI the most common are: 1) PyQT5, 2) Tkinter, 3) Pyside 2, 4) kivy, 5) wxPytho
3 odpowiedzi
+ 1
Knowing which tool you need and when to use each one is also very important. Thanks Mirielle
+ 1
Mh for desktop windoof i recommend pyside6 with onboard designertool for visual style with drag and drop editor for base components like button, container, inputs etc.
I worked a lot with kivy and pyside but kivy more for androidapps
+ 1
Thanks S3R43o3 I am going to learn Tkinter since it is friendly for beginners, as soon as I master. My next GUI will be either PyQT5 or Pyside