# File Organizer

A Python utility that organizes files in a directory by extension. It moves files into categorized subdirectories (images/, docs/, code/, etc.) based on their file type.

## Usage

```bash
python organizer.py /path/to/messy/directory
```

## Features

- Sorts files by extension into categorized folders
- Handles duplicates by appending a number
- Supports dry-run mode with --dry-run flag
- Logs all operations to organizer.log
