Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 531 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 531 Bytes

Directory_Scan

A mini-size file system scanner which will take a snapshot of the file system it located in and output multiple excel files to describe the folder system.

The application has three files.

  • App.bat: is used under windows environment to double click run the application.
  • main.py: contains all the main functions which were used to operate the system.
  • Scan Summary.xlsx: is a log which will be updated every time when a system scan was performed.

Required Python packages:

  • Pandas
  • Numpy