# coding=utf-8=========================================================== fancyWidgets - various QT based widgets for every day usage ===========================================================
- Browse the API Documentation
- Fork the code on github
fancywidgets is listed in the Python Package Index. You can install it typing:
pip install fancywidgets
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