pip install hyphenate
>>> from hyphenate import hyphenate_word
>>> hyphenate_word("hyphenation")
['hy', 'phen', 'ation']
This project is based on hyphenate.py
by Ned Batchelder, which was
placed in the public domain in July 2007.
Jeffrey Finkelstein [email protected]