Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Translator

Description

Translates text between languages using Google Translate API.

Features

  • Auto language detection
  • 100+ languages support
  • Simple CLI interface

Stack

  • Language: Python
  • Libraries: googletrans==3.1.0a0
  • Complexity: Intermediate

Installation

pip install -r requirements.txt
python main.py

License

Open source for educational purposes.