Dec-17-2019, 06:41 AM
my script has huge strings of text to output in a (probably virtual) text-mode environment. i would like to have something that can break up the text in word wrap or other appropriate mode. there a many more things to do than just split by spacing and form what fits. certain hyphenated words can be split at the hyphen, too. maybe there is a module around that does this right. in this case, something new to install on Xubuntu 18.04 is OK since it's just for me. but, a way to do this in the Python Library would still be a plus.