pyviews adapter for wxpython. It allows to create ui widgets using xml with binding.
To install dev version:
pip install git+https://github.com/eumis/wxviews.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.py
Copyright (c) 2017-present, eumis (Eugen Misievich)