pyviews adapter for tkinter. It allows to create ui widgets using xml with binding.
Install using pip:
pip install tkviews
To install dev version:
pip install git+https://github.com/eumis/tkviews.git@dev
To get started using pyviews see sandbox app.
Clone repository to folder([project_root])
Run following command to install pyviews package
pip install [project_root] -e
To run sandbox app execute following commands
cd [project_root]\sandbox
python run.pyCopyright (c) 2017-present, eumis (Eugen Misievich)