Translate English text file to English text file offline.
4/6/2023:
Currently under development, the English to Chinese translation function has been completed.
TODO:
-
Add the functionality of translating from English to other languages.
-
Automatically fill in the output file path when the user selects the input file.
-
Add support for converting other file formats to txt format, making the application more versatile.
-
Cross-platform: Linux
-
Cross-platform: Mac
-
Any bug
Finished:
-
en-zh
-
initialize
-
windows .exe file
Usage:
Windows user:
git clone https://github.com/dustinchen93/en-txt-translator.git
cd en-txt-translator
python3 -m venv en-txt-translator
./en-txt-translator-venv/Scripts/activate.bat
pip install -r requirements.txt
python app.py