Metadata-Version: 2.4
Name: fixphoto
Version: 0.1.0
Summary: CLI tool to fix file timestamps and EXIF metadata for Google Takeout photos
Author: Daniel López Pérez
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: piexif
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Fixphoto

`fixphoto` is a command-line tool that corrects system file timestamps and EXIF metadata for photos exported via Google Takeout.

## Features

- Reads real creation dates from Google Takeout `.json` metadata files.
- Updates file modification and access times.
- Edits EXIF metadata (`DateTimeOriginal` and `DateTimeDigitized`) for `.jpg`/`.jpeg` files.
- Deletes the `.json` metadata files after processing.

## Installation

```bash
git clone https://github.com/daniellop1/fixphoto-cli.git
cd fixphoto-cli
pip install .
