Skip to content

env0id/asyncglot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages