+ 1
What's the best module to learn concepts about GUI in python ?
I've been thinking about GUI, and I would like to know if it's better start with Tkinter or pyQT5 Which one is better to understand about concepts, the most used, which one is better ... Thanks for the help guys!
2 Antworten
+ 1
Definetly PyQt5, because you have more control. Tkinter is very ugly, but simple.
So if you want a good looking app, go for PyQt5, if all you want if a well functioning app, then Tkinter is good
0
Thank you for the answer, I didn't know these difference, I think I will start learning by pyQT5