A Kivy GUI that converts numeric characters to their word counterparts and vice versa in two languages: English and Amharic. This is my first ever coding project by the way
**Authored: 19/12/2020
Pushed: 24/4/2025
**
# Number to Word Converter
This project is a **Number to Word Converter** that supports both **Amharic** and **English** languages. It takes numerical input and converts it into its corresponding word representation in the selected language.
## Features
- Convert numbers to words in **Amharic**.
- Convert numbers to words in **English**.
- Supports large numbers (e.g., millions, billions).
- Easy-to-use interface for input and output.
## Requirements
- Python 3.7 or higher
- Install required dependencies using the following command:
```bash
pip install -r requirements.txt
Usage
1. Clone the repository: git clone
github.com
cd number-to-word-converter
2. Clone the repository:
python main.py
3. Enter a number and select the language (Amharic or English) to see the word representation.
**Example**
Input:
Number: 123
Language: English
Output: One Hundred Twenty-Three
Input:
Number: 123
Language: Amharic
Output:መቶ ሃያ ሶስት
**Contributing**
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
**License**
This project is licensed under the MIT License. See the LICENSE file for more details.