🐍
Find Unneeded Files
Walks a folder tree and reports files or subfolders whose size exceeds a given threshold, to help locate large items that could be cleaned up.
Walks a folder tree and reports files or subfolders whose size exceeds a given threshold, to help locate large items that could be cleaned up.
Walks a folder tree and reports files or subfolders whose size exceeds a given threshold, to help locate large items that could be cleaned up.
python find_unneeded.py
Standard library only (os).
No — it walks the real filesystem and reads file sizes, which is not available in a browser sandbox.