This script automatically sorts images by date and puts it into appropriate named folders (YYYY-MM-DD).
- Python 3.x -> https://www.python.org/downloads/
- install exifread package
pip install exifreadorpip install -r requirements.txt - run with
python imagesorter.py <folder-with-your-photos>