This Program sorts the files in the selected directory w.r.t the file type and creates subfolders depending on the number of files of each type. (the file_sorter.exe can be directly used)
This Python-based file organizer helps users manage files by automatically sorting them into folders based on file type. For large collections, it even creates subfolders to ensure that folders stay manageable and accessible. Built with a simple, user-friendly interface, the program allows users to select a directory and organize files with just a click.
Automated File Sorting: Groups files by their type (e.g., images, documents) into separate folders.
Subfolder Creation for Large Folders: When any folder exceeds 240 files, the program divides it into organized subfolders.
Easy-to-Use Interface: Built using Tkinter, it offers a smooth GUI with buttons to select a directory and initiate file organization.
Built with Reliability in Mind: Handles exceptions for seamless performance, moving files with the help of the shutil and os libraries.
Python, Tkinter, shutil, os