Skip to content

A Utility which runs in the background and cleans up useless files and empty folders

Notifications You must be signed in to change notification settings

divi-259/CleanUpUtility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CleanUpUtility

A Utility which can run in the background and clean up redundant files and empty folders.

How to use?

  1. Copy main.py in your local system.
  2. Run this file in using command "python main.py" in command prompt.
  3. Give the full path to folder where you want to delete redundant image files and empty folders.
  4. Or if you will press enter, it will automatically take the current folder as default
  5. 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.

About

A Utility which runs in the background and cleans up useless files and empty folders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages