Is Tkinter worth pursuing or is it better to switch to KIVY | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is Tkinter worth pursuing or is it better to switch to KIVY

Tkinter vs KIVY

19th Jan 2018, 1:10 PM
Michael Bosher
Michael Bosher - avatar
3 Answers
+ 1
Yeah, but after a long learning process i can finally use tkinter well, however after reading about kivy and bulldozer i think i m going to ha e to start the process all over again. What about QT5, is it better than tk? Kivy id cross platform right, not just for mobile apps?
19th Jan 2018, 2:30 PM
Michael Bosher
Michael Bosher - avatar
0
In general i find tkinter too lacking for todays programming needs. If you want to learn GUI in pyhon you should try the most popular ones and stick with the one you prefer or the one your project needs
19th Jan 2018, 1:13 PM
spcan
spcan - avatar
0
Yes kivy is cross platform. Maybe some changes are needed when changing from touchscreens but in general no modifications are needed. Watch out because it can become quite heavy if you are not careful. Qt5 is, imo, better than tk. Most of it comes prebuilt, and it has an existing editor, made by the Qt team. It is free for non profit projects too.
19th Jan 2018, 3:21 PM
spcan
spcan - avatar