Skip to main content

Concat photos together in a matrix

Project description

Overview

Simple command-line Python application which concatenates a list of photos into a single photo which shows them in a matrix.

How to build and run

Cd into the root folder.

Create a virtual environment and activate it:

python3 -m venv my_venv
source my_venv/bin/activate

Install the dev dependencies and the app dependencies into the virtual environment:

pip install -r requirements_dev.txt
pip install -e .

Run the app like this:

python -m photomatrix "data/input/*.jpg" data/matrix.jpg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

photomatrix-0.0.1.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

photomatrix-0.0.1-py2-none-any.whl (11.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page