Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 909 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 909 Bytes

Python-GUI-examples

A hodgepodge collection of bare-bones examples for performing common GUI-related tasks in python. Emphasis on linear data plotting, image processing, and frequency analysis. Examples are often accompanied by posts on www.SWHarden.com

Plotting Data in PyQt4

  • [scrolling live data with MatplotlibWidget] (2016-07-30_qt_matplotlib_sine_scroll) - pretty graphs, but slow
  • [scrolling live data with PlotWidget] (2016-07-31_qt_PyQtGraph_sine_scroll) - extremely high speed graphing

Realtime Audio Analysis

Author: Scott Harden

License

This project is licensed under the MIT License - see the LICENSE.md file for details