Metadata-Version: 2.4
Name: char-counter-cli-Heorhii-Vapnychnyi
Version: 0.1.0
Summary: A CLI tool to count unique characters in a text.
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Character Counter CLI Package

This is a Python package that provides a command-line interface to count unique characters in a text.

Usage
After installation, the char-counter command will be available globally in your terminal!

1. Process a direct string:

char-counter --string "your text here"

2. Process a text file:

char-counter --file path_to_file.txt

## Installation

You can install this package locally using pip:

```bash
pip install .


