Tkinter widgets for desktop database application

Alan Gauld alan.gauld at yahoo.co.uk
Wed Jul 14 03:54:12 EDT 2021


On 13/07/2021 21:24, Rich Shepard wrote:

> What have other developers used for the UI on a stand-alone database
> application not using a web browser? 

Mostly I just use a scrolledlistbox and a set of functions for
formatting the data into columns for display. The big snag is
you can't do spreadsheet-like things such as select a single
field value or sort by a single column without writing a
fair bit of code. But for simple display, and selection
of a single record it works ok.

But a good grid control would be nice. I did try to use
the Tix.grid widget but failed. And now Tix is deprecated.
I'm sure there must be a third-party one somewhere but
I've never taken the time to hunt one down.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Python-list mailing list