It is a word-based translation system based on Natural Language Processing(NLP). It takes English word as input and translates it to the Spanish word.
- Install
git
and execute with the python scripttranslate.py
$ git clone https://github.com/suvambasak/word-translator.git
$ cd word-translator
$ python3 translate.py
Enter TEXT [english] : School
SPANISH : escuela
- Install
tkinter
$ sudo apt install python3-tk
- Execute
gui-translate.py
$ python3 gui-translate.py