Language Translation Using Python
It is a Python code that is used to convert the user input string into the language selected by the user
This code helps the user to convert the user input string into the language selected by the user along with the pronunciation of that string so that he/she is able to pronounce it fluently.
Requirements
- pip install googletrans==3.1.0a0
- pip install pandas
Description
- There are 16 languages you can translate into.
How to run the script
Execute ---> python translator.py
- After then you have choices to select the language by their code
- Enter Sentence and you will get translated language
Language options and their code
| Code | Language |
|---|---|
| bn | Bangla |
| en | English |
| ko | Koren |
| fr | French |
| de | German |
| he | Hebrew |
| hi | Hindi |
| it | Italian |
| ja | Japanese |
| la | Latin |
| ms | Malay |
| ne | Nepali |
| ru | Russian |
| ar | Arabic |
| zh | Chinese |
| es | Spanish |
Video Link- Click here
Project Files
/
Loading...
| .. | ||
| This directory is empty. | ||