/files-assembler

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

Primary LanguagePythonApache License 2.0Apache-2.0

files-assembler

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 :

  1. Make it portable to solaris , mac os x

  2. Add Gui form so that everyone can use it

  3. Adding recursive checking on given directory