A utility library for English language processing in Python, providing tools for number-to-words conversion, date formatting, and ordinal/noun inflection. Version 2020.7.0 (July 2020) is the only release; the project appears to be in maintenance mode with no recent updates.
pip install english==2020.7.0Verified import paths — ran on the pinned version, not inferred.
Convert numbers to English words.
pip install english==2020.7.0
from english import number_to_words
No dependency data recorded yet.