Python-GUI-examples

This repository is a collection of minimal-case examples for performing common GUI-related tasks in python. Emphasis is placed on tasks involving linear data plotting, image processing, and audio/frequency analysis.

Description Screenshot
scrolling live data with PlotWidget - extremely high speed graphing designed for realtime updates in GUI applications
PyQt4 scrolling live data with MatplotlibWidget - pretty graphs with the MatPlotLib library (which many people already know how to use), but likely too slow for realtime / interactive graphing
live PCM and FFT plotting with QtGraph (based on PlotWidget)
quick and simple pyqtgraph example to launch an interactive chart starting with a set of X/Y data

Useful Links: