Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 586 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 586 Bytes

GoogleTranslator

An asynchronous Python wrapper around the Google Translate mobile web interface for translating text. This simple tool uses aiohttp to fetch translations from Google Translate and BeautifulSoup to parse the HTML response.

Features

  • Translate text asynchronously between different languages.
  • Batch translation for multiple texts using asyncio.
  • Simple and lightweight.

Requirements

  • Python 3.6+

Installation

First, make sure you have Python 3.6+ installed. Then, install the required packages:

pip install -r requirements.txt