Examples of pure Python props using Tkinter even loop with Guizero.
Guizero is a very simple and easy GUI framework built over Tkinter so if you need a simple GUI for your prop it's a reasonable choice and if you need more features you have access to Tkinter via the _gui.tk
property.
GuizeroProp is suitable for:
- simple graphical interface for a Raspberry with a TV display
- sensors and actuators (GPIO and I2C shieds)
- sound (playsound, pydub, aplay, mplayer, mpg123)
See Guizero Gettings Started and the Guizero widgets from the same web page.
GuizeroProp extends Guizero App object to add MQTT asynchronous messaging to the Guizero framework to facilitate your coding.
You will find installation and usage instructions in the PyProps library INSTALLATION.md
For props with basic graphical interface, for example:
- display text on the prop TV monitor (PyTeletextProp)
Faure Systems (Mar 30th, 2020)