Connecting Tech Pros Worldwide Forums | Help | Site Map

Which one is best tkinter or wx python?

Newbie
 
Join Date: Dec 2006
Posts: 24
#1: Dec 22 '06
Hi all,

I have data in MySql, I want to create a front end for the database.....
which one is easy and standard either tkinter or wx python?

We should pick the values from database according to the query which is given.

Please guide me...
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#2: Dec 22 '06

re: Which one is best tkinter or wx python?


Quote:

Originally Posted by sudhakaranr

Hi all,

I have data in MySql, I want to create a front end for the database.....
which one is easy and standard either tkinter or wx python?

We should pick the values from database according to the query which is given.

Please guide me...

Tkinter is very good for learning to use a Gui Tool Kit. Because it has a very small number of widgets and the class hierarchy is shallow, learning goes quickly. There is some old documentation here. I used Tkinter for my first database (MySQL) project.

wxPython has a better "look and feel" on windows and has many widgets, but it is not so easy to learn how to use them. I am use wx for my current database project.
Reply