SkillAgentSearch skills...

Tkintertable

A pure Python library for adding tables to a Tkinter application

Install / Use

/learn @dmnfarrell/Tkintertable
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyPI version shields.io License: GPL v3

About

<img align="right" src=https://raw.githubusercontent.com/dmnfarrell/tkintertable/master/img/logo.png width=150px>

Python uses a GUI library called Tkinter as default. This set of classes allows interactive spreadsheet-style tables to be added into an application. Tkinter is the standard GUI toolkit for python. It is old but still quite popular. There are various libraries that extend Tkinter functionality, such as Pmw, but there is currently no extendable table class for Tkinter. A sample application using these classes is included in the distribution.

This library is also now Python 3 compatible

Installation

pip install tkintertable

Install latest from github:

pip install -e git+https://github.com/dmnfarrell/tkintertable.git#egg=tkintertable

You can clone the current source using:

git clone https://github.com/dmnfarrell/tkintertable.git

Usage

See the wiki for how to use the table in Python.

API docs

For programmers, the module documentation is at http://dmnfarrell.github.io/tkintertable/index.html. You are encouraged to subclass the TableCanvas class to add new functionality.

See also

https://github.com/dmnfarrell/pandastable

Related Skills

View on GitHub
GitHub Stars417
CategoryDevelopment
Updated2d ago
Forks108

Languages

Python

Security Score

85/100

Audited on Mar 24, 2026

No findings