Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.33 KB

photoshop_python_integration

Python interpreter for Photoshop integration.

demo

Installing

  • Download photoshop_python_integration and unzip the installation package.

  • If your photoshop has another version installed or it is installed in another location please modify site.jsx. set python path

  • Copy photoshop_python_integration from this root folder to the Presets\Scripts folder under your photoshop installation directory.

For example:

C:\Program Files\Adobe\Adobe Photoshop 2020\Presets\Scripts

Reopen Photoshop under the Filter menu to see the two menus of python and pythonIDE. Enjoy ~

menu

Need to implement

  • Use the CI build installer.

Integration

  • multi_script_editor This is a cross application, cross platform and open source Python editor, which can be run as a standalone application or embedded in another application. The main purpose for integration - the ability to script in Python.

  • photoshop_python_api Python API for Photoshop.