A small Python application that utilizes the Google Translate API to provide language translation functionality. This project is part of an assignment to demonstrate the use of external APIs for fetching and displaying relevant data in an easy-to-use format.
This Language Translation Tool allows users to translate text from one language to another using the Google Translate API. The tool's main features include:
- Translating text from a source language to a target language.
- Viewing a list of supported language codes for reference.
- Displaying translation results in a user-friendly format.
- Clone this repository to your local machine.
git clone https://github.com/Elhameed/language_translation_tool.git- Navigate to the project directory.
cd language_translation_tool- Run the script.
python3 language_translation.pyFor a quick overview of how to use the Language Translation Tool, please watch the following 2-minute demo video: https://youtu.be/eEGeo_5UP70
This project utilizes the Google Translate API from RapidAPI: Google Translate API
