sourabhscd / Python-GUI-examples

A growing collection of bare-bones GUI examples for python (PyQt4, Python 3)

Home Page:http://www.SWHarden.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

A growing collection of bare-bones GUI examples for python (PyQt4, Python 3)

http://www.SWHarden.com

License:MIT License


Languages

Language:Python 99.4%Language:Batchfile 0.6%