We have bunch of random files mainly in Desktop, Downloads , Documents or some other directories. If the number of files are large, it takes a lot of time to manage them manually.
Bulk-File-Organizer helps to organize bulk of these random files into proper Directories/Folders instantly and remove un-used empty Directories/Folders as well !
We may have bulk of un-managed files which can become a headache to manage manually. Lets see the examples:
The simple GUI helps us do the task simply.The GUI can differ according to OS. However, the functionality is same.
- Choose the directory/Folder containing the bulk of files.
- Click on the 'Organize' button after choosing the folder path.The 'Task Complete' message pops up if the folder path is correct. Otherwise it may prompt an error.
- The files are now managed into proper Folders/Directories !
If you wish to use 'EXE' file direclty and don't care about the code, follow the steps below:
- Click on 'v1.0' under Releases at the right side of repo.
- Click on 'Source code(zip)' or 'Source code(tar.gz)' to download the zip or tar files.
- This file can be opened using WinRAR.
- Then you can extract only the 'EXE_File' to the desired location.
- Now this organizer opens direcly from the '.exe' file !
Your may delete the WinRAR file now.
-
You can clone the repo ,however, if above steps doesn't suit you at any time.
git clone https://github.com/Saphall/Bulk-Files-Organizer.git
If the error occurs, use following command to clone instead:
git clone http://github.com/Saphall/Bulk-Files-Organizer.git
-
Then, you can run the organizer with command:
python Bulk\ Files\ Organizer.py
or
python3 Bulk\ Files\ Organizer.py
The 'Advanced Setting' button doesn't perform any task for now. However, other functionality to manage bulk files are to be added. For example: a setting to manage bulk of Image files (Image to PDF and vice-versa). Feel free to contribute !