multizone-quant / tksheet

Python 3.6+ tkinter table widget for displaying tabular data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Python tkinter table widget

pip install tksheet

Help

Except for bug fixing I am no longer working on this repository

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
  • Drag and drop columns and rows
  • Multiple line headers and rows
  • Expand row heights and column widths
  • Change fonts and font size
  • Change any colors in the sheet
  • Create an unlimited number of high performance dropdown and check boxes
  • Left "w", Center "center" or Right "e" text alignment
  • Cell values can be any class with a str method

Light Blue Theme

alt text

Dark Theme

alt text

About

Python 3.6+ tkinter table widget for displaying tabular data

License:MIT License


Languages

Language:Python 100.0%