🎵
File Organizer
A command-line tool that organizes a directory by file type. It scans the given directory and moves files into category folders (Music, Videos, Doc…
A command-line tool that organizes a directory by file type. It scans the given directory and moves files into category folders (Music, Videos, Doc…
A command-line tool that organizes a directory by file type. It scans the given directory and moves files into category folders (Music, Videos, Documents, Pictures, etc.) based on their extensions.
python main.py <directory_path> [-v]
-v enables verbose output.
Standard library only (argparse, os, logging, shutil).
No — it walks and moves files on the real filesystem, which is not available in a browser sandbox.