Skip to content

A python script to organize files in subfolders according to their extensions.

Notifications You must be signed in to change notification settings

thigoap/filesorganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FILES ORGANIZER

A python script to organize files in subfolders according to their extensions.

Install the requirements:

pip install -r requirements.txt

Run with:

python -m filesorganizer PATH_TO_SOURCE_FOLDER

If your folder has spaces, you will need to use " ":

python -m filesorganizer "PATH_TO_SOURCE_FOLDER"

Some options:

  1. Define destination folder (default is the same as the source folder):

python -m filesorganizer PATH_TO_SOURCE_FOLDER --dest=PATH_TO_DESTINATION_FOLDER

  1. Copy the files (default is to move):

python -m filesorganizer PATH_TO_SOURCE_FOLDER --copy

Check help:

python -m filesorganizer --help

Screenshots:

filesorganizer

About

A python script to organize files in subfolders according to their extensions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages