This is a simple Language Translator Tool built in Python using the googletrans library.
It allows users to translate text from one language to another directly from the console.
- Translate text into multiple languages.
- Uses Google Translate API (unofficial
googletranslibrary). - Easy to run on console.
- Simple and lightweight.
- Clone the repository:
git clone https://github.com/<your-username>/CodeAlpha_LanguageTranslator.git cd CodeAlpha_LanguageTranslator