https://github.com/ryanlevee/numbers-to-words
Recursive Python script that converts any integer to its English-written word.
https://github.com/ryanlevee/numbers-to-words
Last synced: 5 months ago
JSON representation
Recursive Python script that converts any integer to its English-written word.
- Host: GitHub
- URL: https://github.com/ryanlevee/numbers-to-words
- Owner: ryanlevee
- License: gpl-3.0
- Created: 2023-02-15T21:45:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T04:28:39.000Z (over 1 year ago)
- Last Synced: 2025-05-08T17:03:43.814Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Numbers to Words
Simple, recursive Python script that converts integers to their English-written word.
To Run:
- Run directly from
numbers_to_words.py
- Input any integer into the console up to 10e50.
- Console will output the converted string (including commas).