Skip to content

"file_organizer.py" is a Python script that streamlines file organization in a directory. Users can opt for the default base path or provide a custom one. The script categorizes files by extensions, creating folders for each type. Users can exclude specific files, offering a flexible solution for personalized file management.

Notifications You must be signed in to change notification settings

NaySurGithub/file_organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

#File Oraganizer

"file_organizer.py" is a versatile Python script designed to simplify the often tedious task of file organization within a directory. Users are presented with the option to either utilize the default base path or specify a custom one, offering flexibility in various scenarios.

The script excels in categorizing files based on their extensions, automatically creating distinct folders for each file type. For instance, imagine having a cluttered downloads folder with various files such as images, documents, and spreadsheets. By running "file_organizer.py," the script would intelligently sort these files into separate directories, enhancing overall file management.

Furthermore, users have the ability to exclude specific files from the organization process. This feature proves invaluable when there are files that should remain untouched or in their original location.

Here's an example of how to use the script:

python file_organizer.py

The script prompts the user to choose between the default base path and entering a custom path. Afterward, it organizes the files, creating folders for each extension and moving the files accordingly. Users can also specify files to exclude from this process by providing their names.

"file_organizer.py" empowers users to maintain a well-organized file system effortlessly, reducing clutter and improving overall productivity.

About

"file_organizer.py" is a Python script that streamlines file organization in a directory. Users can opt for the default base path or provide a custom one. The script categorizes files by extensions, creating folders for each type. Users can exclude specific files, offering a flexible solution for personalized file management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages