Skip to content

egorvts/DiskUsage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiskUsage

A simple command-line tool to analyze disk usage and view directory sizes

Features

  • Recursive directory scanning with progress bar
  • Readable file sizes (B, KB, MB, GB, TB)
  • Output showing directory structure
  • Metadata collection

Installation

  1. Clone the repository:

    git clone https://github.com/egorvts/DiskUsage.git
    cd DiskUsage
  2. Install dependencies:

    pip install -r requirements.txt

Usage

python src/cli.py /path/to/directory

Example

python src/cli.py /Documents

This will scan the specified directory and display a tree view with file sizes:

Requirements

  • Python 3.7+
  • tqdm (for progress bars)

License

View the LICENSE file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages