[go: nahoru, domu]

Skip to content

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

License

Notifications You must be signed in to change notification settings

chalda/Python-GUI-examples

 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Batchfile 0.6%