Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 894 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 894 Bytes

Unlimited Auto-Translate

Python script to translate unlimited text

This script is using Google Translate to translate unlimited text. It's using a third-party library called to translate text. We designed this script to convert your input text in smaller chunks and translate them one by one.

You can use this script to translate unlimited text.

Using

After cloning this repository, you can use this script by running the following command:

$ python UnlimitedAutoTranslate.py README.md en de

Parameters

The first argument is the input file, the second argument is the source language, and the third argument is the target language.

The second argument is the source language and it's optional. If you don't specify the source language, the script will try to detect the source language automatically.

Copyright (c) 2023, Max Base