Skip to content

Takes all files, creates directories out of filenames. Handles duplicate filenames and clean up.

Notifications You must be signed in to change notification settings

AndreaMele/Files2Folders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

ko-fi

Files2Folders

Author: Andrea Mele

E-mail: andme44@gmial.com

Websites:

http://www.github.com/AndreaMele

http://www.artstation.com/AndreaMele

Takes all files (in all sub/directories), creates directories out of filenames. Handles duplicate filenames and clean up.

Files 2 Folder Features

  • Takes all files and puts them into folders using the files' name.
  • Handles same filenames.
  • Sort directories.
  • Cleans up previous files.
  • Logs Changes to files saved in \Logs\ folder.

When to Use

Lets say you've used filebot on 100's of files to rename the files, but have forgten to name the folders in the process, or your just happy with the file names and want to create folders using the filename, this will do that.

Great for further organizing assets that need folder separation. For example: JPEG's that will need iterations.

Many uses, be creative!

How To Use

Prerequisites: Python 3.8+

Steps:

Place script in root directory of any files. If you want to sort files in your movies folder located at D:\Movies place the script in Movies folder so it looks like: D:\Movies\f2f.py

Click Start > Run , Type:

Cmd.exe

Navigate to script location, Type:

cd /d D:\Movies\

Start the script, Type:

f2f.py

Example of Results below:

Example of Output

About

Takes all files, creates directories out of filenames. Handles duplicate filenames and clean up.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages