Skip to content

kbshal/Anytranslate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

74b2329 · Dec 8, 2022

History

48 Commits
Dec 6, 2022
Mar 15, 2022
Mar 15, 2022
Mar 15, 2022
Mar 15, 2022
Mar 15, 2022
Mar 22, 2022
Mar 15, 2022
Mar 15, 2022
Mar 22, 2022
Mar 15, 2022
Mar 16, 2022
Mar 15, 2022
Mar 29, 2022

Repository files navigation

Anytranslate

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

About

This is a API wrapper for Google Translate.

How to use?

Install poetry from here on your system

poetry shell
poetry install

And finally start the program by

gunicorn trans_api:app --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8080

Why use this?

  • It is asynchronous.
  • Data can be fetched in json format from endpoint

LICENSE

  • Check the license from here