This a utility script to help users organize their files without stress. It goes through a folder and checks all files and organizes them per type. Modules Used: shutil - provides utility functions for copying, archiving files, and directory trees. os - it allows us to work with directories, files, and so on. sys - This module provides access to…
-
Updated
Jul 17, 2023 - Python