Metadata-Version: 2.1
Name: liontk
Version: 2022.1.22
Summary: a Python Tcl/TK GUI system that emphasizes direct direct use of tcl
Home-page: https://github.com/LionKimbro/liontk
Author: Lion Kimbro
Author-email: lionkimbro@gmail.com
License: UNKNOWN
Project-URL: Source Folder on Github, https://github.com/LionKimbro/liontk/tree/main/liontk
Project-URL: Bug Tracker, https://github.com/LionKimbro/liontk/issues
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Tcl
Classifier: Intended Audience :: Developers
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.6
Description-Content-Type: text/markdown


This Python package provides an alternative approach to working with Tcl/Tk GUI code from Python.  It makes use of tkinter to communicate with Tcl/Tk, but does not otherwise use the class wrappers provided by tkinter.

It is not presently documented, but there are [hints on how to use it available in the repository's notes.txt file.](https://raw.githubusercontent.com/LionKimbro/liontk/main/liontk/notes.txt)


