All Projects → nbro → tktable

nbro / tktable

Licence: other
Wrapper library for Python of the homonymous Tk library.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tktable

python tk adb
安卓性能测试工具
Stars: ✭ 64 (+72.97%)
Mutual labels:  tkinter
AwesomeTkinter
Pretty tkinter widgets
Stars: ✭ 64 (+72.97%)
Mutual labels:  tkinter
python-messenger
Python GUI Multi User Messenger
Stars: ✭ 28 (-24.32%)
Mutual labels:  tkinter
cxxcurses
Header only ncurses wrapper
Stars: ✭ 24 (-35.14%)
Mutual labels:  wrapper-library
Object-Detection-using-LiDAR
This repo detect objects automatically for LiDAR data
Stars: ✭ 38 (+2.7%)
Mutual labels:  tkinter
Form-Labeller
Use this tool to label forms, bounding boxes, and assigning types to annotations
Stars: ✭ 17 (-54.05%)
Mutual labels:  tkinter
tkgpio
A Python library to simulate electronic devices connected to the GPIO on a Raspberry Pi, using TkInter.
Stars: ✭ 57 (+54.05%)
Mutual labels:  tkinter
bot tulis
Pemalas versi desktop. Untuk yang ini tersedia versi CMD dan GUI. Pemalas adalah program untuk mengubah text menjadi tulisan diatas buku dalam bentuk gambar.
Stars: ✭ 43 (+16.22%)
Mutual labels:  tkinter
spotify-downloader-music-player
Download youtube songs in mp3 format and plays them
Stars: ✭ 31 (-16.22%)
Mutual labels:  tkinter
honeybot
🛩 A python IRC bot with simple plugins dev. Ignited in mauritius, first-timers friendly! Moved to github.com/pyhoneybot/honeybot
Stars: ✭ 57 (+54.05%)
Mutual labels:  tkinter
TKinterDesigner
TKinterDesigner is a tool software to develop the Python User Interface for Python programmer.
Stars: ✭ 663 (+1691.89%)
Mutual labels:  tkinter
ankimaker
Automatically generates Anki decks from many sources
Stars: ✭ 43 (+16.22%)
Mutual labels:  tkinter
The-chat-room
Python 版的多人聊天室, 图形界面版
Stars: ✭ 100 (+170.27%)
Mutual labels:  tkinter
Network-Automation
Cisco ACI, Firepower, Meraki, NETCONF, and SQL Python Programs
Stars: ✭ 47 (+27.03%)
Mutual labels:  tkinter
eaxefx
OpenAL EAX Extension
Stars: ✭ 39 (+5.41%)
Mutual labels:  wrapper-library
Formation
Tools for building gorgeous graphical user interfaces in tkinter
Stars: ✭ 88 (+137.84%)
Mutual labels:  tkinter
Poke-Pi-Dex
Our deep learning for computer vision related project for nostalgic poke weebs (Sistemi digitali, Unibo).
Stars: ✭ 18 (-51.35%)
Mutual labels:  tkinter
pynpuzzle
Solve, test and benchmark algorithms for N-Puzzle problem with Python
Stars: ✭ 26 (-29.73%)
Mutual labels:  tkinter
Notepy
Notepy is a full-featured Notepad Python app
Stars: ✭ 12 (-67.57%)
Mutual labels:  tkinter
YaraSharp
C# wrapper around the Yara pattern matching library
Stars: ✭ 29 (-21.62%)
Mutual labels:  wrapper-library

tktable

license

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

Dependencies

You need to install a few dependencies (or make sure they are already installed) to use this wrapper library.

  1. Tcl (a programming language)
  2. Tk (a cross-platform windowing toolkit for Tcl)
  3. Tkinter (the Python wrapper around Tk)
  4. TkTable (the Tcl library that extends Tk, so it doesn't usually come with Tk)

If those dependencies are satisfied, you can proceed. It might be the case that some, all or none of these dependencies are installed, so you need to install them, because this package does not install them for you.

How to use?

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.

WARNINGS

  • It can be difficult to use this library because it depends on other external libraries (Tcl, Tk and TkTable), which might not be installed on your system. Even if they are installed, they might not be linked correctly.

  • This repository tries to make more visible this wrapper library to Python users. However, it's not under development or really maintained, so don't expect someone to help you if you encounter a problem.

  • The original Tk extension, TkTable, is also not developed anymore. The last time it was modified was in 2008. See this and this

Installation issues

The issue tracker contains some potentially useful info on how to solve certain installation issues. In particular, read this comment.

TODO

See here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].