Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 408 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 408 Bytes

Show MQTT Image

Setup

Install Python-GTK+3

  • macOS:

    $ brew install pygobject3 gtk+3
    
  • Ubuntu:

    $ sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0
    
  • Fedora:

    $ sudo dnf install python3-gobject gtk3
    

Install Python Package

$ pip3 install paho-mqtt

Run

$ python3 mqtt_image.py

image