Skip to content

Instantly share code, notes, and snippets.

@blaukon
blaukon / parallel.py
Created March 9, 2020 17:54
python script - "presence" - detection MagicMirror
from os import popen,system
from time import sleep
import subprocess
import os
from datetime import datetime, timedelta
import sys
import threading
from threading import Thread
ip= ["10.0.0.81", "10.0.0.32"]