djotaku / photo_stats

Read directory containing photos and produce stats and graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photo Stats

Lint,PyTest, MyPy, and Coverage codecovDocumentation StatusUpload Python Package

photostats is a program to generate statistics from a directory of photos. It will recursively search lower directories. It will generate graphs of the data. For example:

Graph Example

After installing with pip install photostats, you can get a feel for all the commands by typing python -m photostats -h

usage: python -m photostats [-h] [-p PATH] [-g GRAPHPATH]

PATH is the Path to recursively search for photos

GRAPHPATH is the Path to save graphs generated by this program

Further documentation at https://photo-stats.readthedocs.io/en/latest/?badge=latest

About

Read directory containing photos and produce stats and graphs


Languages

Language:Python 100.0%