loadtext

Load a text file to string or list of paragraphs (when splitlines set to True) with blank lines removed


License
MIT
Install
pip install loadtext==0.0.2

Documentation

loadtext

pythonCode style: blackLicense: MITPyPI - Version


Installation

pip install loadtext

Use

from loadtext import loadtext

# blank lines removed
string_text = loadtext("filename or filepath")
list_paragraphs = loadtext("filename or filepath", splitlines=True)
# or list_paragraphs = loadtext("filename or filepath", True)

License

loadtext is distributed under the terms of the MIT license.