files-assembler is a python utility program which assembles all the files in the current directory and puts in into respective categories of the directory
Documentation:
*****************************************************************************************************************************
#This program help to categorize files and put in the respective folder
python main.py [-d|-k|-p...] see python main.py --help for more information
Usage: main.py [options]
Options:
-h, --help show this help message and exit
-k, --pics assemble pics in Pics folder
-d, --doc assemble documents in Document folder
-p, --programs assemble programs in programs folder
-c, --compress assemble compress files in Compressed folder
-v, --video assemble videos in Video folder
****************************************************************************************************************************
Fork it () , improve it ()
Help OpenSource community :)
To do list :
-
Make it portable to solaris , mac os x
-
Add Gui form so that everyone can use it
-
Adding recursive checking on given directory