Skip to content

Instantly share code, notes, and snippets.

View prankousky's full-sized avatar

prankousky prankousky

  • germany
  • 08:06 (UTC +01:00)
View GitHub Profile
@prankousky
prankousky / example.py
Created May 17, 2019 16:18
python mqtt jspn
#!/usr/bin/env python3
# mqtt
import paho.mqtt.client as mqtt
# clear screen
import os
# farbige Ausgabe
from termcolor import colored
# json importieren
import json