A package for counting unique characters in text
Project description
Symbol Counter Package
This is a simple Python package for text analysis for counting unique characters.
Installation
To install the package locally from the project root, run the following command in your terminal:
pip install .
Usage
After installation, you can use the package as follows:
from symbol_counter import count_unique_symbols
text = "example text"
result = count_unique_symbols(text)
print(result)
CLI Usage
After installing the package, you can use the command-line interface:
python -m symbol_counter.counter --string "original text"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file package_unique_char_counter_vl-0.0.1.tar.gz.
File metadata
- Download URL: package_unique_char_counter_vl-0.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
409f2ebe01729677b26fea6dec8716fa5d6e7eb24467c2916418345bb503333c
|
|
| MD5 |
ee08ac14309c9722bd53330013cc0ee9
|
|
| BLAKE2b-256 |
f36be65e90bf337118fa0f5bd623e2908bbe4ff40c1af73b82c82394ba27683a
|
File details
Details for the file package_unique_char_counter_vl-0.0.1-py3-none-any.whl.
File metadata
- Download URL: package_unique_char_counter_vl-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f112932cfd6623ad554ec2cda914e33740996534210ba614f29cdaa8b49745b
|
|
| MD5 |
3ad10f104a64744a84b489ece8803480
|
|
| BLAKE2b-256 |
64519d5e2f54e927c80ee73c8b1747ede4ce7e3ce1db75d0f50d6011102d2255
|