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

Python GUI

I just complete the python course. Now I want to make apps. But don't know to make a GUI. I were told to use Tkinter. Is this the correct way to go? Or I should learn something before?

25th Apr 2020, 10:08 AM
LOAY MOHAMMED ALGHAMDI
LOAY MOHAMMED ALGHAMDI - avatar
2 Answers
+ 6
There is no 'correct' way, there are just different tools that each have their own advantages and disadvantages. Tkinter can be a good first GUI tool for Python, because it's simple to use, comes with the installation, and you'll easily find a lot of tutorials online.
25th Apr 2020, 10:10 AM
HonFu
HonFu - avatar
0
Thanks. I will give it a try.
25th Apr 2020, 10:48 AM
LOAY MOHAMMED ALGHAMDI
LOAY MOHAMMED ALGHAMDI - avatar