Skip to content
View waka-wa's full-sized avatar

Block or report waka-wa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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.
    1
    import os
    2
    import shutil
    3
    from datetime import datetime
    4
    from pathlib import Path
    5
    
                  
  2. json-manager json-manager Public

    Little python tool for editing, cleaning, and generally managing .json files

    Python