[Python] Build a table with Tkinter

William -  
 Olivier -
Hello everyone,

could anyone tell me how to make a simple table (vertical and horizontal lines) with Tkinter?

I’ve searched a bit all over the net but I still haven’t found anything...

thank you in advance!

William

1 answer

Olivier
 
Hi there,

I also searched for a little while because the widget isn’t built-in to tkinter, and I found two packages that allow, respectively, to create 2D table-like grids.

The website address is:

http://tkinter.unpythonic.net/wiki/Widgets

There is a link to two packages: tkTable and tabletist.

I hope that helps you.

Olivier.
0