Skip to content

A python library for adding tables to a Tkinter application

License

Notifications You must be signed in to change notification settings

saddy001/tkintertable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version shields.io License: GPL v3

About

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 or easy_install 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.

See also

https://github.com/dmnfarrell/pandastable

About

A python library for adding tables to a Tkinter application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%