tkyml

A python implementation to separate declarative and functional code of a tkinter UI


License
MIT
Install
pip install tkyml==0.0.3

Documentation

Version MIT License

Project tkyml

Just a relatively simple module to separate declarative and programative part of the creation of a tkinter UI. The declarative part is in a yaml file while we reach our needed widget and used it in the python code (logic). It's fully python based so it may be not very fast but it will do the thing on small project.

See more about the syntax and plus in the documentations, also you should go check the exemples to learn a bit more.

Installation

It is now available on pypi here so you can go along with :

pip install tkyml

Authors