Skip to content

Instantly share code, notes, and snippets.

View pkkid's full-sized avatar

Michael Shepanski pkkid

View GitHub Profile
@pkkid
pkkid / sort-photos-by-month.py
Created April 3, 2024 23:09
Sort Photos by Month
#!/usr/bin/python3
"""
Sort Photos by Month.
install python3-pil
"""
import logging, datetime
import argparse, os, sys
import hashlib
from PIL import Image