https://github.com/purplelemons-dev/number-to-words
https://github.com/purplelemons-dev/number-to-words
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/purplelemons-dev/number-to-words
- Owner: purplelemons-dev
- Created: 2023-01-15T22:50:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T22:52:42.000Z (over 3 years ago)
- Last Synced: 2025-08-11T09:54:01.405Z (10 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# number-to-words
Usage:
```
$ python numtoword.py
```
Example:
```
$ python numtoword.py 2140
two thousand one hundred and forty
```