Skip to content

Files

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 Install

  1. Clone the Repository:
               git clone https://github.com/yourusername/number-to-words.git
               cd number-to-words

How to Run the Script

  1. Navigate to the Directory:
           cd path/to/number-to-words
  1. Run the Script:
            python number_to_words.py
  1. Follow the Prompt:

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