An open API service indexing awesome lists of open source software.

https://github.com/phoenixr-codes/wraptext

Improved text wrapping and filling.
https://github.com/phoenixr-codes/wraptext

Last synced: 23 days ago
JSON representation

Improved text wrapping and filling.

Awesome Lists containing this project

README

          

# wraptext: [textwrap][] Improved.

This package is a drop-in replacement for the [textwrap][] module in Python's standard library. Unlike
[textwrap][], `wraptext` correctly handles zero-width and full-wide Unicode characters as well as ANSI
escape sequences. These improvements enhance the usage of [textwrap][] when used in console
applications.

[textwrap]: https://docs.python.org/3/library/textwrap.html