Community-Dev-Angola/powfu_file_organizer
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 some objects used or maintained by the interpreter and to functions that interact strongly with the interpreter.
Python