What's the best module to learn concepts about GUI in python ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!

21st Sep 2019, 1:10 AM
Michael Toninger
2 Answers
+ 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
21st Sep 2019, 3:36 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
Thank you for the answer, I didn't know these difference, I think I will start learning by pyQT5
21st Sep 2019, 9:59 AM
Michael Toninger