Skip to main content

A simple module to count or list the attributes of files in a directory.

Project description

A simple module used to count or list the attributes of files in a directory. This module can be used from the command line, with the command countfiles.

Usage (CLI):

countfiles <directory> [options...]

Usage (Python):

import countfiles

counter = countfiles.Counter(path='.', count=True, size=False)
counter.call()

Options include:

  • path (str)
  • count (bool)
  • size (bool)

Project details


Download files

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

Source Distribution

countfiles-0.3.4.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

countfiles-0.3.4-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

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