File Sorter is a Python script that helps you automatically organize files in a folder by their file extension, keeping your folder neat and tidy.
Organizes files into subfolders based on their file extension. For example, JPG files go into the 'JPG_files' folder, PDFs into 'PDF_files', etc, reducing clutter in your main folder.
The script supports paths with non-English characters, ensuring it works globally with diverse folder names.