Installation#

๐Ÿ PyPI#

Install the package from PyPI#

Download from PyPI:

pip install Photo-Composition-Designer

Run CLI from command line#

Photo-Composition-Designer [OPTIONS] path/to/file

Run GUI from command line#

Photo-Composition-Designer-gui

๐Ÿ”ฝ Executable#

Download the latest executable:

๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ป Run from source#

Clone the repository#

git clone
cd Photo-Composition-Designer

Install dependencies#

uv venv
uv pip install -e .[dev,docs]

Run with CLI from source#

python -m Photo_Composition_Designer.cli [OPTIONS] path/to/file

Run with GUI from source#

python -m Photo_Composition_Designer.gui