Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 790 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 790 Bytes

PhotoMerge

For Louis's 20TB of internet cat photos

Installation

Clone from Github

Install uv (if not already)

curl -LsSf https://astral.sh/uv/install.sh | sh

Load dependencies and python version

uv sync

Usage

uv run app/main.py [-h] --source SOURCE --target TARGET [--verbose] [--config CONFIG]

Process source, target, and config arguments.

options:
  -h, --help            show this help message and exit
  --source SOURCE, -s SOURCE
                        Source file or directory path
  --target TARGET, -t TARGET
                        Target file or directory path
  --verbose, -v         Verbose output
  --config CONFIG, -c CONFIG
                        Configuration file path

Tests

uv run pytest