Skip to content

ben05allen/PhotoMerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

App to remove duplicated photos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages