Organize your files using python, shell and bat scripts ✨
These scripts will automates file organization by categorizing files based on their extensions into individual directories within a parent directory.
Python (.py)
import os
import shutil
def fileOrganise(directory):
# Iterate over files in the d...
notes123.hashnode.dev2 min read