Tkinter = Rodney Dangerfield?

M

MartinRinehart

Tkinter gets no respect. But IDLE's a Tkinter-based app and every
example I've Googled up shows Tkinter as needing about half as much
code as wx to do the same job. I'm beginning to Tkinter up my language
application. Am I making a big mistake?
 
P

Paul Rubin

Tkinter gets no respect. But IDLE's a Tkinter-based app and every
example I've Googled up shows Tkinter as needing about half as much
code as wx to do the same job. I'm beginning to Tkinter up my language
application. Am I making a big mistake?

I still use tkinter do to much less installation headache than wx.
 
G

Gabriel Genellina

Tkinter gets no respect. But IDLE's a Tkinter-based app and every
example I've Googled up shows Tkinter as needing about half as much
code as wx to do the same job. I'm beginning to Tkinter up my language
application. Am I making a big mistake?

I don't like Tk because the widgets are ugly, old-fashioned, and don't
have the right "look and feel". But Tkinter is a good library, and a lot
easier to deploy than gtk by example.
 
K

Kevin Walzer

Tkinter gets no respect. But IDLE's a Tkinter-based app and every
example I've Googled up shows Tkinter as needing about half as much
code as wx to do the same job. I'm beginning to Tkinter up my language
application. Am I making a big mistake?

No, you're not. Tkinter is a fine way to code up an application. I
prefer it, even using Tkinter for commercial software. See
http://www.codebykevin.com/phynchronicity.html for an example.
 
M

MartinRinehart

Gabriel said:
I don't like Tk because the widgets are ugly, old-fashioned, and don't
have the right "look and feel".

Take another look. A year or so back Tkinter went to platform native
widgets.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top