PhotoScript
PhotoScript copied to clipboard
Automate Apple / MacOS Photos app with python. Wraps applescript calls in python to allow automation of Photos from python code.
Text attributes currently return `None` if no value but should return empty string so this is possible: `photo.description += "foo"`
`finder_reveal=True` would reveal exported photos in Finder
add norsrc option so `ditto` will work if copying to a filesystem that doesn't support resource forks. Also, it may not be necessary to use `ditto` -- check to see...
Check all set functions to ensure MAX_RETRY logic is included also, add error if MAX_RETRY is reached
Would work like Folder.path()
SlideShow object can be created from album, folder, or list of photos
Add methods from [Photos Utilities](https://photosautomation.com/scripting/script-library.html) script library.