Skip to content

subashbl/tksheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

562 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Python tkinter table widget

pip install tksheet

Help

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
  • Left "w", Center "center" or Right "e" text alignment
  • Cell elements can be any class with a str method

Light Blue Theme

alt text

About

Python 3.6+ tkinter table widget for displaying tabular data

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%