Skip to main content

Tkinter table / sheet widget

Project description

tksheet PyPI version shields.io python License: MIT GitHub Release Date Downloads

A python tkinter table widget

Help
Versions 6.x.x -> Documentation Wiki
Versions 7.x.x -> Documentation Wiki
Changelog
Questions
Issues
Suggestions

This library is maintained with the help of others. If you would like to contribute please read this help section.

Changes for versions 7+:

  • ALL extra_bindings() event objects have changed, information here.
  • The bound function for extra_bindings() with "edit_cell"/"end_edit_cell" no longer requires a return value and no longer sets the cell to the return value. Use this instead.
  • edit_cell_validation has been removed and replaced with the function edit_validation(), information here.
  • Only Python versions >= 3.8 are supported.
  • tksheet file names have been changed.
  • Many other smaller changes, see the changelog for more information.

Features

  • Display and modify tabular data
  • Stores its display data as a Python list of lists, sublists being rows
  • Runs smoothly even with millions of rows/columns
  • Edit cells directly
  • Cell values can potentially be any class, the default is any class with a __str__ method
  • Drag and drop columns and rows
  • Multiple line header and index cells
  • Expand row heights and column widths
  • Change fonts and font size (not for individual cells)
  • Change any colors in the sheet
  • Create an unlimited number of high performance dropdown and check boxes
  • Hide rows and/or columns
  • Left "w", Center "center" or Right "e" text alignment for any cell/row/column
"""
Versions 7+ have succinct and easy to read syntax:
"""
# set data
sheet["A1"].data = "edited cell A1"

# get data
column_b = sheet["B"].data

# add 2 empty columns and add the change to undo stack
sheet.insert_columns(columns=2, idx=4, undo=True)

# delete columns 0 and 3 and add the change to undo stack
sheet.delete_columns(columns=[0, 3], undo=True)

light blue theme

tksheet light blue theme

black theme

tksheet black theme

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tksheet-7.0.1.tar.gz (133.6 kB view details)

Uploaded Source

Built Distribution

tksheet-7.0.1-py3-none-any.whl (136.8 kB view details)

Uploaded Python 3

File details

Details for the file tksheet-7.0.1.tar.gz.

File metadata

  • Download URL: tksheet-7.0.1.tar.gz
  • Upload date:
  • Size: 133.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for tksheet-7.0.1.tar.gz
Algorithm Hash digest
SHA256 1a1663b11fb238422e78fd0cf5169254b39d7e924f1b5d8cb152eac8a0e50fb7
MD5 ee29bb5792e3598e7d13826ffce9c055
BLAKE2b-256 2facb8ac40edd4f2ca588238c9097a2649697d1a8928f5dd60fa47e78705459a

See more details on using hashes here.

Provenance

File details

Details for the file tksheet-7.0.1-py3-none-any.whl.

File metadata

  • Download URL: tksheet-7.0.1-py3-none-any.whl
  • Upload date:
  • Size: 136.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.18

File hashes

Hashes for tksheet-7.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 745435e55de796d9a34723a4a326b9c94be10ed369fe3c9c139b3ba54680917d
MD5 cfd49e64fecc59041491d6e2d8c14585
BLAKE2b-256 0d4e4bd2f680a6b26fbd6569b940035d27ca71c4faf233d7e4cd7efcf676b080

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page