Skip to content

Latest commit

 

History

History

Number to Words

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Number to Words

A simple Python script to convert a number into its corresponding English words.

Description

This script converts a given number into words. For example, the input 123 will be converted to "One Two Three".

Required Modules

• Python 3.x This script uses only the standard library, so no additional installations are necessary.

▶️ How to Run the Script

  1. Clone the Repository:

    git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
    
  2. Navigate to Directory:

           cd Simple-Python-Mini-Projects/Number\ to\ Words
  3. Run the Script:

        python number_to_words.py
  4. Follow the Prompt:

Enter a number when prompted, and the script will output the number in words.