Organize files in any directory by classifying them into different folders.
This project is inspired by https://github.com/bhrigu123/classifier.
- Java Runtime Environment
##Installation
- Download the jar File_Organizer.jar
- Double click to run
##Usage Default:
- Select folder to organize clcik Organize button to classify files in Music,Archives,Documents,Pictures,Videos
Custom:
- Enter the folder name and then extension list separated by commas. Example html,css,js
####Note: Extensions should not contain the "." prefix.
##TODO:
- Separate moving files code in separate background thread.