Metadata-Version: 2.1
Name: textconverterimp
Version: 0.1
Summary: A library to convert text into different formats.
Author: improve
Author-email: vlasav227@mail.ru
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Text Converter

Р‘РёР±Р»РёРѕС‚РµРєР° Python РґР»СЏ РїСЂРµРѕР±СЂР°Р·РѕРІР°РЅРёСЏ С‚РµРєСЃС‚Р° РІ СЂР°Р·РЅС‹Рµ С„РѕСЂРјР°С‚С‹

A Python library to convert text into different formats.

## Installation

```bash
pip install text_converter

```

### Usage
```bash
from text_converter.converter import to_sentence_case, to_title_case, to_kebab_case
```
