FriendlyPics - Command line image manipulation program

License Python Versions Downloads Format Latest Version Build status

Table of Contents

Overview

This is a command line utility I created to perform some common image operations that I tend to do regularly allowing me to do those operations faster and with fewer steps. One of the most helpful functions is the “sort” command which takes a source folder filled with images and sorts all images found (recursively) into folders sorted by year. The sort command also does optimizations as well like looking for duplicate and renamed files and eliminating the duplicates.

I’ve mainly hosted this on GitHub to make it easier for me to find and deploy the source onto several machines, but in case anyone else finds this project helpful and would like to contribute feel free to reach out with comments or suggestions.

Quick Start Guide

  1. First, and most obviously, you must have Python installed on your system. For details specific to your OS we recommend seeing Python’s website. Currently this tool requires Python v3.6.0 or newer to run.

  1. Install FriendlyPins directly from PyPI using PIP:

# pip install friendlypics

1. start using the friendlypics command line interface

>>> fpics --help