Skip to content

harish795r/AutoFilesSorter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoFilesSorter

This is a python script which sorts your files into its folder in the directory in which the script is running.

Explanation :-

After you run the main.py :-

1.First the script makes Folders named :-

  • ZipFiles(.zip,.rar)
  • Images(.jpg,.png)
  • Docs(.docx,.odt)
  • Videos(.mp4,.3gp)
  • Installers(.exe,.msi etc)
  • Others(If the file not comes on the above mentions then it will be moved to this folder)

2.Then The script identifies the extensions of the files on the directory in which the script is running.

3.The Script moves the files into its the folder(image files will be moved to Images folder like that every files will be moved to its responding folders)

Requirements :-

  • Python 3 or higher

How To Use :-

Run The main.py in the directory in which you want your files should be sorted. Then it will do all the stuff on its own.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%