would something like this work i wounder. not sure how to exactly code. My thinking would have it read another py file like the one i use for my webpage interface import RPi.GPIO as GPIO import time GPIO.setwarnings(False) GPIO.setmode(GPIO.BOARD) GPIO.setup(11, GPIO.OUT) GPIO.setup(12, GPIO.OUT) GP...