Viewing File: /home/ubuntu/.local/lib/python3.10/site-packages/txtsplit-1.0.0.dist-info/METADATA

Metadata-Version: 2.1
Name: txtsplit
Version: 1.0.0
Summary: A simple text splitter based on Tortoise for use in text-to-speech applications
Home-page: https://github.com/fakerybakery/txtsplit
Author: mrfakename
Author-email: me@mrfake.name
License: Apache 2.0
Platform: Any
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# txtsplit

[Tortoise TTS](https://github.com/neonbjb/tortoise-tts)'s text splitter, repackaged. All credit goes to the author of Tortoise TTS.

## Installation

```
pip install txtsplit
```

(0 dependencies)

## Usage

```python
from txtsplit import txtsplit
print(txtsplit("Long text", desired_length=100, max_length=200))
```

## License & Credits

Most of the code was taken from [Tortoise TTS](https://github.com/neonbjb/tortoise-tts).

Apache 2.0, like Tortoise TTS.

Back to Directory File Manager