Anytranslate is an wrapper API for google translate
This python program fetches the data from Google translate and provides them in a pythonic and usable way
This is a API wrapper for Google Translate. This project was inspired from google trans
You can use this program by running following commands
sudo apt-get install poetry
git clone https://github.com/kbshal/Anytranslate
cd Anytranslate
poetry install
And finally start the program by
uvicorn trans_api:app --reaload
How is this better than google trans?
- It is asynchronous.
- Data can be fetched in json format from endpoint