Skip to content

It will do the heavy work for you to sort the files in a folder within a matter of second.

Notifications You must be signed in to change notification settings

0smic/sort-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Sort Files

Sort Files is a Python script that helps you organize files in a source directory by moving them into specific folders based on their file types. This can be especially useful for cleaning up yout file system.

Features

  • Organize files into the following categories:
    • Images
    • Executables
    • PDFs
    • DOCX documents
    • ZIP archives
    • Videos

Modify the code as per your needs

Get-Started

  • To download the code
  • git clone https://github.com/0smic/sort-files
  • To Run the code
    • cd sort-files
      python main.py -d your_dir_path
      Or
      python main.py --dirpath your_dir_path
      

About

It will do the heavy work for you to sort the files in a folder within a matter of second.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages