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
Built Distribution
File details
Details for the file photocrawl-0.1.0.tar.gz
.
File metadata
- Download URL: photocrawl-0.1.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 820e8b3f777554074a5106abfd6eec68d7e9727ab2f97a867cb3350111902158 |
|
MD5 | 732002ee97b9e8e4cc058d065611b02f |
|
BLAKE2b-256 | 3b7e106036c86369631d3e425bdb8cfc6bae3f0ed05001f4c7f8808f7ec510ec |
File details
Details for the file photocrawl-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: photocrawl-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea0569acc5a3567a98d5db96be79a5c1a3eb9b8bea191524294376dc10dd9b4a |
|
MD5 | 8622ceb5bdcaee73dbb75cd90c3f7f1b |
|
BLAKE2b-256 | 36bf88eb5ce43f26291cdf014ac09e545c2f7647630cc52d5bd2e71a6b4045ea |