A translator for .txt files and .docx files which can translate a file with text in any language to any user specified language.
The translator creates a new translated file in the same directory.
- Python translator
- Translates .txt files and .docx files
- Uses googletrans and python-docx APIs
- Clone this project
- Run the main.py file on a terminal
- Interact with the user interface and translate files.
NOTE: For .docx the translator only translates the paragraphs and tables. It will translate all paragraphs followed by all tables so the order of content might vary fron the original file.