Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 378 Bytes

File metadata and controls

8 lines (8 loc) · 378 Bytes

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.