#FileOrg A File Organising Python Script categorizing files in folders.
Credits: The original idea credits go to Aditya_Chowdhry who made this script in Ruby.
How to run: Add the script File_Organizer.py to the folder in which you want to organize files. Change the directory to one which you want to organize. Then do python File_Organizer.py to run
Requirements:
Python 2.7
To do:
- Command line interface
- Addition of more type of files
- Currently not handling any exceptions.