pyorganize is a Python-based command-line tool that scans and organizes your files into neatly categorized folders. It helps clean up cluttered directories like
Downloads,Desktop, or project workspaces with just one command.
- Automatically sort files by extension (PDF, images, videos, code, etc.)
- Move files into folders like
Documents,Media,Apps, etc. - Support for custom rules (e.g., sort
.csvinto/data) - Dry-run mode to preview changes before moving files
- Cross-platform: works on Windows, macOS, Linux
- Simple, fast, and no dependencies beyond Python standard library
$ pyorganize ~/DownloadsIf your Downloads folder is a disaster, or you want to automate project directory cleanups, pyorganize helps you reclaim control—hands-free.