it's a Python program to separate different type of files by its type name or Extention. Python's modules: os and shutil
Use the package manager pip to install modules.
pip install os
import os, shutil
os.path.join(User_folder_path, folder_name) # return the path of 'folder_name'