You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mac_scripting/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
2
2
# Photoshop Scripting in Python on Mac
3
-
Just like `comtypes` is used to script via COM on windows, `appscript` is used to script on Mac. Photoshop scripting is exposed via it's scriptable dictionary.
3
+
Just like `pypiwin32` or `comtypes` is used to script via COM on windows, `appscript` is used to script on Mac. Photoshop scripting is exposed via it's scriptable dictionary.
4
4
5
5
[Appscript](https://github.com/lohriialo/appscript) is a high-level, user-friendly Apple event bridge that allows you to control Apple's Scriptable Mac OS X applications from Python.
0 commit comments