CLI Tool Development
Build a command-line interface tool for a specific task.
Prompt (feel free to adjust it):
        Develop a Python CLI tool using Click to automate file organization based on file extensions. Include commands for sorting, moving, and reporting file statistics. Provide usage examples and error handling.
    
    
    Use Cases
- Automating repetitive file tasks
 - Building developer tools
 - Learning CLI development