Skip to content

eumis/wxviews

Repository files navigation

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)