Python File Organizer
A simple, automated Command Line Interface (CLI) tool built to clean up cluttered folders (like Downloads) by sorting files into categorized sub-folders.
How it Works The script scans a target directory, identifies file extensions, and moves them into predefined categories:
- Images: .jpg, .png, .gif
- Documents: .pdf, .docx, .txt
- Videos: .mp4, .mov
- Archives: .zip, .rar
Built With
- Python 3.12
- os & shutil libraries (Built-in)