fancywidgets

Various QT-based widgets for every day usage.


License
GPL-3.0
Install
pip install fancywidgets==0.2.5

Documentation

fancyWidgets - various QT based widgets for every day usage

It uses pyQt4 and pyqtgraph

Installation

fancywidgets is listed in the Python Package Index. You can install it typing:

pip install fancywidgets

Tests

fancyWidgets uses mostly the 'one class/function per file' rule. Running each module as program, like:

python -m fancywidgets.pyQtBased.Table

will execute the test procedure of this module.

To run all tests type:

python -m fancywidgets.tests