This project is a simple Language Translation Tool developed using Python. It allows users to translate text from one language to another using the Google Translator service provided by the deep-translator library.
- Translate text between multiple languages
- User-friendly command-line interface
- Supports language codes such as English (en), Hindi (hi), French (fr), and more
- Fast and accurate translations
- Python
- deep-translator Library
pip install deep-translatorpython translator.pyInput:
Text: Hello
Source Language: en
Target Language: hi
Output:
नमस्ते
Pradyumna Bhujabala
Developed as part of the CodeAlpha Artificial Intelligence Internship Program.