This Python script converts numbers into their corresponding readings in English (Western style), Vietnamese, and Traditional Chinese. Since these languages have different ways of expressing numerical values, this tool ensures accurate conversions.
Supports number conversion for English, Vietnamese, and Traditional Chinese. Handles special cases such as "and" in English or "lẻ" in Vietnamese. Interactive CLI for user input.
Run the script and enter a positive integer to see its reading in different languages:
python number_reader.py
Type exit to stop the program.