Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 384 Bytes

File metadata and controls

17 lines (12 loc) · 384 Bytes

File Separator

it's a Python program to separate different type of files by its type name or Extention. Python's modules: os and shutil

Installation

Use the package manager pip to install modules.

pip install os

Usage

import os, shutil

os.path.join(User_folder_path, folder_name) # return the path of 'folder_name'