Skip to content

Ex094/File-Sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

File-Sorter

A Simple Python script that sorts files according to their extensions like .exe are put into Exectuables folder and .py file are put into Python Files.

Extensions and Folder names are hardcoded, more extensions can be added according to the user needs.

Tested on 2.7 & 3.5

Added Compatibility for Python 3

Usage:

The filename is followed by the directory where you want to sort the files like

filesort.py D:/Softwares/

Before:

![alt text](http://i.imgur.com/ifydjB6.png)

After:

![alt text](http://i.imgur.com/hBD6amU.png)

Coded By Ex094 http://www.procurity.wordpress.com

About

Having a messy folder filled with different files? Organize them in separate folders using this script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages