A simple Python script to convert a number into its corresponding English words.
This script converts a given number into words. For example, the input 123 will be converted to "One Two Three".
• Python 3.x This script uses only the standard library, so no additional installations are necessary.
-
Clone the Repository:
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
-
Navigate to Directory:
cd Simple-Python-Mini-Projects/Number\ to\ Words
-
Run the Script:
python number_to_words.py
-
Follow the Prompt:
Enter a number when prompted, and the script will output the number in words.