Translation App uses four diffrent APIs: -Google Translate API -ChatGPT API -Azure API -DeepL API
""" Text translation using DeepL API!!!
-To use the DeepL Python Library, you'll need an API authentication key. To get a key, please create an account here -->https://www.deepl.com/docs-api/api-access/
With a DeepL API Free account you can translate up to 500,000 characters/month for free.
Installation The library can be installed from PyPI using pip:
pip install --upgrade deepl """ DeepL
DeepL only supports these languages for text translation, very limited:
Added a list of options for all the Translate APIs/Engines . users can now enter the engine number and the program will pick the API to use for translations....
