bhargavnova / python-helper-modules

MIT License
7 stars 24 forks source link

Detect and Group Same Type of Files #59

Closed bhargavnova closed 8 months ago

bhargavnova commented 8 months ago

Objective:

Develop a Python script that can automatically detect and group files of the same type from a given folder. The script should provide options to organize these files into separate folders based on their file extensions.

Features:

Example Usage:

# Example usage of the grouping script
import file_grouper

# Specify the folder path
folder_path = "/path/to/folder"

# Group files by extension
file_grouper.group_files_by_extension(folder_path)

Difficulty: Beginner

Tags: Python, File Handling, Scripting

Additional Information:

Contribution Guidelines

The updated guidelines can be found here.

Note: