Skip to main content

Analysis script of photography habits.

Project description

PhotoCrawl: A Photography Analyzer

A simple script to run analysis and get insight on my use of equipment and settings in my practice of photography.

Install

Prerequisites

This script runs on Python3.6+, and requires the following libraries: PyExifInfo, matplotlib, seaborn, and pandas. It also requires that you have the amazing ExifTool package by Phil Harvey.

Install

This code is compatible with Python 3.6+. If for some reason you have a need for it, you can simply install it in your virtual enrivonment with:

pip install photocrawl

You can also clone this repository through VCS, and install it into a virtual environment. With git, this would be:

git clone https://github.com/fsoubelet/PyhDToolkit.git
cd PhotoCrawl
make

Usage

With this package is installed in the activated enrivonment, usage is:

python -m photocrawl -i files_location

The script will crawl files, extract exif and output visualizations named insight_1.jpg and insight_2.jpg in a newly created outputs folder.

Output example

Here is an example of what the script outputs:

TODO

  • Handling raw files.
  • Handling subfolders when looking for files.
  • Output all insight in a single/two plot.
  • Make into a package

License

Copyright © 2019-2020 Felix Soubelet. MIT License

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

photocrawl-0.1.0.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

photocrawl-0.1.0-py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 3

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