I’ve just released a package of widgets implmented with Matplotlib, this allows you to create simple interactive applications without having to write specific GTK, TK, QT code. It provides simple layout with horizontal and vertical boxes, just stuff widgets in them and it will do the layout for you.
The code is on GitHub: mplapp
Install with pip:
1 |
pip install --user mplapp |