navinkumarnotes123.hashnode.dev·Feb 16, 2024Organize 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...automationAdd a thoughtful commentNo comments yetBe the first to start the conversation.