#!/usr/bin/env python import os, random, time while True: freq = str(random.randint(0,10)*110) print(freq) os.system('echo "'+freq+';" | pdsend 3000') time.sleep(0.25)