From 2837b0ffdf3fcf8881b1d014ad76f042546b7c3f Mon Sep 17 00:00:00 2001 From: sudhirpatra6004 <44130329+sudhirpatra6004@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:29:44 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a00654..f445115 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# File-Organizer +#JUNK- File-Organizer -A Python Script used to manage junk objects in a folder. It can be used by running the script in a given folder and it will automatically move all music files to music folder, image files to picture folder etc. After doing its task the python script will self destroy itself. +A Python Script used to manage junk objects in a folder. It can be used by running the script in a given folder and it will automatically move all music files to music folder, image files to picture folder etc. After doing the task the python script will self destroy itself. The python script is also converted to an executable file inorder achive low execution time and system independence. **Libraries:** *os*, *pathlib* and *shutil* +This is a command line tool. +It can be further modified too, we can add more functanality like arrange by last use, arrange by size, etc....