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.
- Translate text asynchronously between different languages.
- Batch translation for multiple texts using asyncio.
- Simple and lightweight.
- Python 3.6+
First, make sure you have Python 3.6+ installed. Then, install the required packages:
pip install -r requirements.txt