You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Translator-GUI/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Translation Script with GUI
2
2
Running this Script would open up a translator with GUI which can be used to translate one language to another
3
3
4
-
#Getting started
4
+
## Setup instructions
5
5
In order to run this script, you need to have Python and pip installed on your system. After you're done installing Python and pip, run the following command from your terminal to install the requirements from the same folder (directory) of the project.
6
6
```
7
7
pip install -r requirements.txt
@@ -17,6 +17,7 @@ python3 translator.py
17
17
```
18
18
depending upon the python version. Make sure that you are running the command from the same virtual environment in which the required modules are installed.
19
19
20
+
## Output
20
21

0 commit comments