I think I'm going to look into ttk first. It - Tkinter - just makes way more 
sense to me. I can put all of the code 'together', instead of spreading it out 
over a ton of classes. I don't write a lot of classes. I'm more procedural in 
the way I program. On top of that Qt does WAY more than I need and just 
figuring out all of the different methods just to do simple things was taking 
forever. Tkinter has handled everything I've done.

I may have to go back to Qt. You never know.

Thanks!

> On 2019-11-14, at 04:37, Abdur-Rahmaan Janhangeer <arj.pyt...@gmail.com> 
> wrote:
> 
> Me i recently switched away from tkinter to pyside2/pyqt5. I feel like Ui 
> becomes a breeze + you can use qt designer.
> 
> My main issue with tkinter is that programming could have been simpler in it. 
> You want tabs? bang that's another type of widgets. In pyside2 you learn then 
> it goes fast, really fast. You own custom widget is a lot simpler. You can go 
> really far in terms of ui. In tkinter, beyond basics, it's good luck. I 
> forgot to mention occasional not bugs but bites, things that you have to 
> understand what tkinter is doing concerning references.
> 
> Take the tkinter canvas for example. It does not have opacity control for 
> colouring shapes. I mean, in Js Java etc those are basics. The canvas is most 
> incomplete.
> 
> I am for the complete removal of tkinter if a suitable alternative is found. 
> I lost a lot of time mastering tkinter which could have been used to build 
> nice things!
> 
> Abdur-Rahmaan Janhangeer
> http://www.pythonmembers.club <http://www.pythonmembers.club/> | 
> https://github.com/Abdur-rahmaanJ <https://github.com/Abdur-rahmaanJ>
> Mauritius

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
https://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to