How would I go about programmatically changing the desktop background in Mac OS X? I’d like to use python, but I’m interested in any way possible. Could I hook up to Terminal and call a certain command?
How would I go about programmatically changing the desktop background in Mac OS X?
Share
From python, if you have appscript installed (
sudo easy_install appscript), you can simply doOtherwise, this applescript will change the desktop background
You can run it from the command line using
osascript, or from Python using something like