photo-stats

statistics processor for the terminal
git clone https://git.clttr.info/photo-stats.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit f8815d519bde384bb2f88c75944ba3f1c9e70eab
parent 0b160830f792f2895605f1f94ae7d70e2a90e971
Author: René Wagner <rwagner@rw-net.de>
Date:   Fri, 17 Jul 2020 20:33:37 +0200

update README.md

Diffstat:
MREADME.md | 18+++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -2,4 +2,20 @@ This project is about a small project providing some stats of your photography. -## +It is mainly a small [SQlite](https://sqlite.org) database that stores the data which is extracted from the exif data of your images using [exiftool](https://exiftool.org/) and provides some predefined statistics about the data. + +### requirements +The famous `exiftool` needs to be installed on your system. + +## available stats +- pictures by lens +- pictures by camera body +- pictures by shutterspeed +- pictures by focal length (35mm) used +- pictures by iso used +- pictures by aperture + +The stats are available as grouped counts by +- all time total +- by year +- by month