Tkinter table / sheet widget
Project description
tksheet
Python tkinter table widget
#To install using pip
pip install tksheet
#To update using pip
pip install tksheet --upgrade
Help
- Documentation
- Changelog
- Questions
- Issues
- Suggestions
- This library is maintained with the help of others. If you would like to contribute please read this help section.
Notice:
Changes coming soon for versions >= 7.0.0
:
- ALL
extra_bindings()
event objects will be changed, see here for more information. If you use theextra_bindings()
function and plan to upgrade to version7
when it's released you will need to change code that deals with the event object. - Only Python versions >=
3.8
are supported. tksheet
file names will be changed.
Changes for versions >= 5.5.0
:
- If you use
extra_bindings()
with"edit_cell"
/"end_edit_cell"
you must provide a return value in your bound function to set the cell value to. To disable this behavior in these versions use optionedit_cell_validation = False
in yourSheet()
initialisation arguments or useset_options(edit_cell_validation = False)
. See here for more information on this issue and if you need to very directly set the cell data.
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
light blue theme
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-6.3.4.tar.gz
(114.7 kB
view details)
File details
Details for the file tksheet-6.3.4.tar.gz
.
File metadata
- Download URL: tksheet-6.3.4.tar.gz
- Upload date:
- Size: 114.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3817277219891c524069effd1c6ba7feab69b829cc808e0447b40eed6dfdc80 |
|
MD5 | 1222fc6d6e06f19ac7f3299fb01b3e45 |
|
BLAKE2b-256 | ac958b5344c67ce4e3e7b9897d613e2d47b31e669d8f5f860ca398f97d18a660 |