Convert number words (e.g. twenty one) to numeric digits (e.g. 21)
word2number is a Python module to convert number words (e.g. twenty one) to numeric digits (e.g. 21). It works for positive numbers up to the range of 999,999,999,999 (i.e. billions).
word2number is a Python module to convert number words (e.g. twenty one) to numeric digits (e.g. 21). It works for positive numbers up to the range of 999,999,999,999 (i.e. billions).
To install py38-word2number, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-word2number
To see what files were installed by py38-word2number, run:
port contents py38-word2number
To later upgrade py38-word2number, run:
sudo port selfupdate && sudo port upgrade py38-word2number
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.