Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 893 Bytes

File metadata and controls

53 lines (34 loc) · 893 Bytes

CodeAlpha Language Translator

Overview

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.

Features

  • 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

Technologies Used

  • Python
  • deep-translator Library

Installation

pip install deep-translator

How to Run

python translator.py

Example

Input:

Text: Hello
Source Language: en
Target Language: hi

Output:

नमस्ते

Author

Pradyumna Bhujabala

Internship

Developed as part of the CodeAlpha Artificial Intelligence Internship Program.