An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Numbers to Words

Simple, recursive Python script that converts integers to their English-written word.

To Run:



  1. Run directly from numbers_to_words.py

  2. Input any integer into the console up to 10e50.

  3. Console will output the converted string (including commas).