pip install loadtext
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)
loadtext
is distributed under the terms of the MIT license.