Hambert / picRename

renames pictures depending on the exif data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Picture rename tool

Simple tool to rename pictures depend on their exif data.

screenshot

Installation

Currently there is no downloadable binary. You have to run the tool form source. Tested on MacOS BigSur

git clone https://github.com/Hambert/picRename
cd picRename
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run

python3 main.py

Release History

  • 0.0.1
    • Work in progress, add to git

About

renames pictures depending on the exif data


Languages

Language:Python 100.0%