Skip to content

Latest commit

 

History

History

GuizeroProp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Guizero Props

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.

Installation and usage

You will find installation and usage instructions in the PyProps library INSTALLATION.md

Guizero Props applications

For props with basic graphical interface, for example:

Author

Faure Systems (Mar 30th, 2020)

  • company: FAURE SYSTEMS SAS
  • mail: dev at faure dot systems
  • github: xcape-io
  • web: xcape.io