Skip to main content

Python3 module to easily get a folder size.

Project description

getfoldersize

Python3 module to easily get a folder size.

Installation

Install with pip

pip3 install -U getfoldersize

Usage

In [1]: import getfoldersize

In [2]: from pathlib import Path

In [3]: getfoldersize.get_folder_size(
    Path("/home/user/Documents")
    )
Out[3]: 954460474

In [4]: getfoldersize.get_folders_size(
    Path("/home/user/Documents")
    )
Out[4]: 466944

In [5]: getfoldersize.get_files_size(
    Path("/home/user/Documents")
    )
Out[5]: 953993530

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

getfoldersize-0.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page