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
Navigate to the project directory#
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