Skip to content

dvsous/AutoFileSorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Auto File Sorter:

Automatically organize files in a folder into subfolders based on their type.

  1. Enclose the path of the folder you want to organize within the quotation marks "" in:

source_folder = r"PathHere"

You must have Python installed.

  1. In the terminal, inside the folder containing the code, run: python FileSorter.py

What does it do?

  • Creates folders within the current folder and moves the files according to their extensions:

• .png, .jpg, and .gif are placed in the Img folder • .pdf, .xml are placed in the Documents folder • .exe, and .msi are placed in the Installers folder

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages