Skip to content

Anytranslate is an API wrapper for google translate

License

Notifications You must be signed in to change notification settings

drcfsorg/Anytranslate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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. This project was inspired from google trans

How to use?

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

Why use this?

How is this better than google trans?

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

About

Anytranslate is an API wrapper for google translate

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%