MyMemory is an API on RapidAPI which allows a developer to make simple requests to have a piece of text translated from one language to another!
To use this file, you must first have an account on RapidAPI and have to subscribe to this translation API called MyMemory.
Once you have done this, open creds.example.json
, rename it to creds.json
and add your X-RapidAPI-Key + X-RapidAPI-Host.
Using this file is as easy as:
$ python3 main.py
But you would need to edit some of the stuff in main.py, like tranlation language and text to be translated for example.
All rights to RapidAPI and the creator of MyMemory.
Inf3xt