inflect

Package — UtilityPython 3.7+Intermediate

Pluralize words, number-to-words, a/an articles

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
more-itertools, typeguard
Install
pip install inflect

Learn by Difficulty

Quick Example

python
# Install: pip install inflect
import inflect

# Basic inflect usage
print(f"Using inflect")
# See documentation for detailed examples

inflect is a third-party package. Pluralize words, number-to-words, a/an articles. Install with: pip install inflect

Try in Playground

Tags

packageutilityhelper