A Python CLI tool that automatically organizes files into folders based on file type.
The File Organizer CLI Tool is a Python-based application designed to automatically organize files in a directory based on their type. The program scans all files in a given folder, identifies their extensions, and categorizes them into folders such as Images, Documents, Videos, and Music.
If the required folders do not exist, the tool creates them automatically and moves the files accordingly. Files that do not match predefined categories are placed in an "Others" folder.
This project helps users keep their directories clean and organized with minimal effort and demonstrates practical use of file handling and automation in Python.