Package for creating tkinter applications in declarative way.


Keywords
binding, tkinter, tk, tkviews, pyviews, python, mvvm, views, gui, mvc, mvp, mvw, python3, view, xml
License
MIT
Install
pip install tkviews==4.0.0

Documentation

tkviews

pyviews adapter for tkinter. It allows to create ui widgets using xml with binding.

Build Status Codacy Badge Codacy Badge image image

Installation

Install using pip:

pip install tkviews

To install dev version:

pip install git+https://github.com/eumis/tkviews.git@dev

Demo application

To get started using tkviews see demo app.

Clone repository to folder([root_folder])

Run following command to install tkviews package

pip install [root_folder] -e

To run demo app execute following commands

cd [root_folder]\demo
python run.py

Docs

See some documentation in docs folder

License

MIT

Copyright (c) 2017-present, eumis (Eugen Misievich)