Skip to content

Wrapper library for Python of the homonymous Tk library.

License

Notifications You must be signed in to change notification settings

dribrahimsalama/tktable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tktable

Python 2, 3 license

This is a wrapper library for Python of the homonymous Tcl/Tk library written by Guilherme Polo.

Notes and warnings

  • 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.

How to use?

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.

Resources and help

Search for tktable on Stack Overflow

Search for tktable on Google

TODO

  • 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

About

Wrapper library for Python of the homonymous Tk library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%