PhotoScript icon indicating copy to clipboard operation
PhotoScript copied to clipboard

Automate Apple / MacOS Photos app with python. Wraps applescript calls in python to allow automation of Photos from python code.

Results 26 PhotoScript issues
Sort by recently updated
recently updated
newest added

Text attributes currently return `None` if no value but should return empty string so this is possible: `photo.description += "foo"`

enhancement

`PhotosLibrary().get_photo(uuid)`

enhancement

`finder_reveal=True` would reveal exported photos in Finder

enhancement

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...

enhancement

Check all set functions to ensure MAX_RETRY logic is included also, add error if MAX_RETRY is reached

enhancement

Would work like Folder.path()

SlideShow object can be created from album, folder, or list of photos

enhancement

Add methods from [Photos Utilities](https://photosautomation.com/scripting/script-library.html) script library.

enhancement