Back to browse
GitHub Repository
1 starsPython

Digital Janitor – A 1-click Python script to auto-sort messy downloads

by radhesh20·Feb 24, 2026·1 point·0 comments

AI Analysis

Pass

File sorter by extension—every OS ships this in five minutes as a script.

Strengths
  • Frictionless distribution (1-click .exe for Windows)
  • Clear, simple problem identification
Weaknesses
  • Zero differentiation—basic glob + shutil, same as tutorials from 2015
  • No novel technique, no automation beyond static extension mapping
Category
Target Audience

Non-technical Windows users with messy download folders

Similar To

OS built-in file sorting · AutoHotkey scripts

Similar Projects

AI/ML●●Solid

InferBench – Benchmark local LLM engines with one click

One-click LLM benchmarking with real tok/s metrics when llama.cpp requires manual setup.

Ship ItSolve My Problem
JoniMartin
2013d ago
EducationMid

Bubble sort on a Turing machine

Bubble sort on a Turing Machine with 31 states; educational but purely academic novelty.

WizardryRabbit Hole
purplejacket
1224mo ago

Auto-organize – Clean up messy folders with a single npx command

Preview mode and overwrite protection show the author thought about safety — you can simulate changes with --preview and it avoids clobbering files. The ability to run via npx for one-offs, plus --only / --exclude flags and reuse of existing folders, make it a practical, low-friction utility. Not groundbreaking, but a tidy, sensible tool for a common pain point.

Solve My ProblemNiche Gem
chris-corner
204mo ago