Python-Scripts icon indicating copy to clipboard operation
Python-Scripts copied to clipboard

File Organizer Script

Open max-lopzzz opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. I'm always frustrated when I have a cluttered folder with files of various types scattered everywhere. It becomes difficult to find specific files quickly.

Describe the solution you'd like I would like to contribute a FileOrganizer.py script that organizes files in a specified directory by moving them into subfolders based on their file extensions. For example, all .jpg files would be moved to a folder named jpg, .pdf files to a pdf folder, etc. This will greatly enhance file management and accessibility.

Describe alternatives you've considered I considered manually organizing files or using other file management software, but they tend to be time-consuming and may not offer the flexibility of customizing how files are sorted.

Additional context The script takes a directory path as input and automatically creates subfolders for each file type if they don't already exist. It would be helpful for users who often deal with a large number of files.

max-lopzzz avatar Oct 17 '24 00:10 max-lopzzz

I would like to accept this issue and work on it.

SaeedAnsari05 avatar Jan 28 '25 21:01 SaeedAnsari05