Skip to content

Python has been used to separate a different types of files like if any folder contains music, video, document files (pdf, text, xlsx etc.), photos, etc. then this code make a folder which name as files name and then separate all files in its own folder...

Notifications You must be signed in to change notification settings

narayancseian/File-Separator-Program-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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'

About

Python has been used to separate a different types of files like if any folder contains music, video, document files (pdf, text, xlsx etc.), photos, etc. then this code make a folder which name as files name and then separate all files in its own folder...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages