nimitmaru / timestamp-photos

Add a timestamp to each photo in a directory of photos. Helpful for printing photos with a taken on date.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timestamp-photos

Install before running:

  • pip install Pillow
  • pip install pillow-heif

Customize:

  • "directory_path" variable in tsphotos.py. This where the photos you want to timestamp are.
  • "photo_width" and "photo_height" variables to the print dimensions you expect. Default is 4x6.
  • "font_path" - currently defaults to IBMPlexSans-Regular.ttf which is a font I like. Feel free to change this. Look in ~/Library/Fonts for ideas.

Run like this:

  • python tsphotos.py

About

Add a timestamp to each photo in a directory of photos. Helpful for printing photos with a taken on date.


Languages

Language:Python 100.0%