I am working on making my python 3 script better. I am also adding a mode to control the venue lights. I am getting used to
subprocess.run("command", "args")
which is the more accepted way of calling other programs. I am using it to call shell scripts to implement different things. I know I could call ssh directly…. or whatnot. I feel the shell scripts are the best way to go.
take a look at my work in progress code at https://github.com/rainfay/sound_control