A simple tool to organize files in directories based on their extensions.
You can install the package via pip:
pip install file_organizer_tool
- Using in a Python Script:
from file_organizer_tool.organizer import organize_files
# Specify the directory you want to organize
directory_to_organize = "specify path to directory"
# Call the organize_files function
organize_files(directory_to_organize)
- using from command line
file-organizer-tool "specify path to directory"