Metadata-Version: 2.1
Name: single_chars_counter_package
Version: 0.0.2
Summary: App that count unique characters in text
Project-URL: Homepage, https://git.foxminded.ua/foxstudent104424/task-3-collection-framework
Author-email: Ihor Prokopenko <scaryscreamerg@gmail.com>
License-File: LICENSE.txt
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11.0
Description-Content-Type: text/markdown

# Single Chars Counter
This is an app that count unique characters in text

To use this app:
1. Terminal >> pip install single-chars-counter-package==0.0.1

2. from single_chars_counter_package import single_chars_counter

3. single_chars_counter('Your text': str)

