I want to change the background of my MacBook with a python script, but I want to know how I can change the background of my Mac the easiest way. I have tried subprocess, but I get this error: AttributeError: 'module' object has no attribute 'run'
Is there another way of changing the background?
Sorry if this is a stupid question, I am new with python.
This is what I have tried with subprocess as an example:
import subprocess
subprocess.run('ls')