Skip to content

Analyze file count, size and type information on different operating systems with Python script

License

Notifications You must be signed in to change notification settings

buraktokman/Operating-System-Agnostic-File-System-Analyzer

Repository files navigation

Operating-System-Agnostic-File-System-Analyzer GitHub stars

Travis Repo Requires.io Scrutinizer DUB Donate with Bitcoin Donate with Ethereum

Analyze file count, size and type information on different operating systems with Python script.

Python script that analyzes file size, type information and file count, size in folder on different operating systems. Script testing done on Windows 10 and macOS systems. Both forking fine, haven’t done the testing but it will most likely work on Linux and more other operating systems.

Accomplishing the aim of this project be done with standard & external python modules, system calls and executing command on the system. That’s why the output of the script separated into two parts. Part 1: Python Modules and Part 2: Commands & System Calls.

Instructions


  1. Fork, clone or download this repository

    git clone https://github.com/buraktokman/Operating-System-Agnostic-File-System-Analyzer.git

  2. Navigate to the directory

    cd Operating-System-Agnostic-File-System-Analyzer

  3. Install requirements

    pip install -r requirements.txt

  4. Run the script with parameters. Provide directory or folder path to the script.

    python3 analyze.py --file="./"

LICENSE


MIT License

About

Analyze file count, size and type information on different operating systems with Python script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages