a convenient tool for organizing photos
Go to file
deng 13d2fc739f rm .DS_Store 2024-03-11 18:56:01 +08:00
build/organize_photos package script 2024-02-03 19:54:44 +08:00
dist/organize_photos rm .DS_Store 2024-03-11 18:56:01 +08:00
env init 2024-01-21 21:01:42 +08:00
.flake8 add .orf extension and install precommit hook 2024-02-03 19:52:47 +08:00
.gitignore rm .DS_Store 2024-01-21 21:12:34 +08:00
.pre-commit-config.yaml add .orf extension and install precommit hook 2024-02-03 19:52:47 +08:00
README.md init 2024-01-21 21:01:42 +08:00
organize_photos.py add .orf extension and install precommit hook 2024-02-03 19:52:47 +08:00
organize_photos.spec init 2024-01-21 21:01:42 +08:00

README.md

Abstract

Use pyinstaller to package a photo organizer for Mac📷 (This tiny tool saved my life!!)

Requirements

  • MacOS 13.3

Dirs

  • env
    • process_cam_photos.yaml.yaml
      • conda env yaml to run this repo
  • dist
    • packaged tool, please copy organize_photos and _internal to your photo dir and run the executable file
your_photo_dir
│   00001.jpg
│   00002.jpg
│   00003.jpg
│   00004.raw
│   ...
│   organize_photos
└───_internal

Files

  • organize_photos.py
    • gather photos by their created dates(dir name format: YYYY-MM-DD), run pyinstaller organize_photos.py to package the script after modification
tags: Pyinstaller