Package for creating wx applications in declarative way.


Keywords
binding, wxviews, wxpython, pyviews, python, mvvm, wx, bindings, gui, mvc, mvp, mvw, python3, view, xml
License
MIT
Install
pip install wxviews==0.8.0

Documentation

wxviews

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

example branch parameter Codacy Badge Codacy Badge image image

Installation

To install dev version:

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

Sandbox application

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.py

License

MIT

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