Skip to content

Files

Latest commit

799a0a7 · Jan 2, 2020

History

History
This branch is 440 commits behind x4nth055/pythoncode-tutorials:master.

calculate-directory-size

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 2, 2020
Jan 2, 2020
Jan 2, 2020

To run this:

  • pip3 install -r requirements.txt
  • To get the size of subdirectories of /root/home directory:
    python get_directory_size.py /root/home
    
    This will show a pie chart that indicates the size of each subdirectory.