This is a wrapper library for Python of the homonymous Tcl/Tk library written by Guilherme Polo.
-
This is a wrapper library of an extension library for the Tk widget toolkit. This means that before using this Python module you need to have installed the corresponding Tk library.
-
The original tktable library could not be anymore maintained or maintained rarely and this also means that if you need support about it or you want to report a bug, nobody could listen to you. Use this library at your own risk!
-
This repository only tries to make more visible this wrapper library to Python users. Eventually it can also be a good way to start maintaining it and a help center for the Python community that would like to use this library.
This package is still not on PyPI, even though my intention is to upload it there too.
For now, just copy the file tktable.py
to your working directory and import tktable.py
normally. You could also, for example, copy the module to the site-packages
folder under your Python distribution, so that you don't have to copy everytime the module to all your projects.
-
Upload this repository to PyPI
- Before that we may need first to provide an automated way of installing the dependencies of this library, i.e., I'm referring to an automatic installation of the original Tk extension.
-
Write more examples of how to use this module