Skip to content

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.

License

Notifications You must be signed in to change notification settings

AshrayR/File_Sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File_Sorter


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)

Project Overview:


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.

Key Features:

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.

Technologies Used:

Python, Tkinter, shutil, os

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages