This repository contains several python demo programs
The demo programs are the components I used in the SDS011 Air Quality Monitoring Dashboard.
I also created a blog for this. Python Bits and Pieces https://pythonbitsnpieces.blogspot.com/
Contents:
post1.py - Button with PyQt6 https://bit.ly/3qNFE09
post2.py - Label with PyQt6 https://bit.ly/3LmTrTl
post3.py - Draw Rectangle and Ellipse with PyQt6 https://bit.ly/3LnquGP
post4.py - Datagrid with PyQt6 https://bit.ly/3qMZhW3
post5.py - Progressbar with PyQt6 https://bit.ly/3JVTogU
post6.py - Matplotlib with PyQt6 https://bit.ly/3IKJCwB
post7.py - Tabbed Container with PyQt6 https://bit.ly/3DkDHNX
post8.py - Plotting Realtime Data using Matplotlib in PyQt6 https://bit.ly/3iRGWCU
post9.py - Textbox(QLineEdit) with PyQt6 https://bit.ly/3LCrR4p
post10.py - Making Datagrid Read Only with PyQt6 https://bit.ly/35Nl1Kl