We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908a717 commit 08d2239Copy full SHA for 08d2239
Translator Script/README.md
@@ -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