A Utility which can run in the background and clean up redundant files and empty folders.
- Copy main.py in your local system.
- Run this file in using command "python main.py" in command prompt.
- Give the full path to folder where you want to delete redundant image files and empty folders.
- Or if you will press enter, it will automatically take the current folder as default
- All Image files and empty folders will be deleted.
Note: If you are a little cautious about directly using this deletion script, then you can first comment the os.remove() or shutil.rmtree() lines and then run the script to check the files that are going to get deleted. After that you can actually run the original script to delete those files.