Skip to content

Files

Latest commit

0326d8b · Oct 11, 2020

History

History
9 lines (6 loc) · 480 Bytes

File metadata and controls

9 lines (6 loc) · 480 Bytes

Large File Identifier

This Script will help to identify/search the files that have a large size than the given size. It helps to identify the hidden files that are present in a folder or file.

Running a file

  1. Run the Script as follows python3 large_file_identifier.py
  2. Enter the location of the folder you want to search
  3. Enter the minimum file size to search in a folder. (If you pass 10MB then the script will search all the files that are greater than 10MB.)