Skip to content

Commit 08d2239

Browse files
authored
Create README.md
1 parent 908a717 commit 08d2239

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Translator Script/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Translation Script
2+
Running this Script would translate one language to another language
3+
4+
# Dependency
5+
```pip install googletrans==3.1.0a0```
6+
7+
# Working
8+
* It works with the help of Google Trans Library
9+
* Run this command ```python Translation.py```
10+
* Make sure to give correct language code in the script
11+
12+
# Documentation for language Codes
13+
https://py-googletrans.readthedocs.io/en/latest/#googletrans-languages
14+
15+
# Example
16+
17+
```python Translation.py```
18+
19+
OUT: धन्यवाद

0 commit comments

Comments
 (0)