Skip to main content

Calculate count of uniq chars in string or file

Project description

UniqCharCounter Package

- Package for calculate count of unique characters in a string or file

- uniqcharcounter for use from command line

Installation

Using PIP

pip install uniqcharcounter

Usage in scripts

script_name.py

from uniqcharcounter import main

if __name__ == '__main__':
    data = main()

Usage from command line

$ python script_name.py --string "string_data"
$ python script_name.py --data "/path/to/file"

Usage from command line without imports

$ uniqcharcounter --string "string_data"
$ uniqcharcounter --data "/path/to/file"

License

uniqcharcounter is licensed (MIT license).

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

uniqcharcounter-1.0-py3-none-any.whl (5.0 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