From 1015ca34b6bc47563911758296d227a34c637b48 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull <41546558+RhetTbull@users.noreply.github.com> Date: Sun, 12 Jan 2020 00:15:45 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73269a06..e8e73cee 100644 --- a/README.md +++ b/README.md @@ -786,5 +786,7 @@ Apple does provide a framework ([PhotoKit](https://developer.apple.com/documenta - [Click](https://pypi.org/project/click/) ## Acknowledgements -This project was originally inspired by photo-export by Patrick Fältström see: (https://github.com/patrikhson/photo-export) Copyright (c) 2015 Patrik Fältström paf@frobbit.se +This project was originally inspired by [photo-export](https://github.com/patrikhson/photo-export) by Patrick Fältström, Copyright (c) 2015 Patrik Fältström paf@frobbit.se + +I use [py-applescript](https://github.com/rdhyee/py-applescript) by "Raymond Yee / rdhyee" to interact with Photos. Rather than import this module, I included the entire module (which is published as public domain code) in a private module to prevent ambiguity with other applescript modules on PyPi. py-applescript uses a native bridge via PyObjC and is very fast compared to the other osascript based modules.