Pinned Loading
-
A Python script that organizes your ...
A Python script that organizes your photos by moving files from an "Unsorted" folder into year-based directories (using file creation/modification dates). It then updates a central "All" folder with symlinks to each file, providing an aggregated view. The script features interactive prompts for setting the year range and confirming symlink updates, and it cleans up any broken symlinks. 1import os
2import shutil
3from datetime import datetime
4from pathlib import Path
5 -
json-manager
json-manager PublicLittle python tool for editing, cleaning, and generally managing .json files
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.