A Python library to write Photoshop PSD files. It enables programmatic creation of layered PSD documents including support for layers, groups, blend modes, and adjustment layers. Version 1.2.1 is the latest; release cadence is low, with last release in 2021.
pip install pytoshopNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple PSD file with one red layer.
Use a different library (e.g., psd-tools) for reading PSD files.
Import from pytoshop.layer and pytoshop.group instead of from pytoshop.
Consider pinning Python to 3.9 or lower, or use an alternative like psd-tools.
Check the source code or documentation for supported features; contribute to project if needed.
No dependency data recorded yet.