File tree Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Original file line number Diff line number Diff line change @@ -14,27 +14,24 @@ The application allows users to enter text in one language and translate it to a
14
14
15
15
## Installation
16
16
17
- 1 . Clone this repository to your local machine:
18
- ``` bash
19
- git clone https://github.com/yourusername/translator-app.git
20
- ```
21
-
22
- 2 . Navigate to the project directory:
23
- ``` bash
24
- cd translator-app
25
- ```
26
-
27
- 3 . Install the required Python modules:
17
+ 1 . Install the required Python modules:
28
18
``` bash
29
19
pip install googletrans==4.0.0-rc1
30
20
```
31
21
32
- ## Usage
33
-
34
- 1 . Run the script:
35
- ``` bash
36
- python Translate.py
37
- ```
22
+ ## ▶️ How to Run the Script
23
+ 1 . Clone the Repository:
24
+ ```
25
+ git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
26
+ ```
27
+ 2 . Navigate to Directory:
28
+ ``` bash
29
+ cd Simple-Python-Mini-Projects/Translate
30
+ ```
31
+ 3 . Run the Script:
32
+ ``` bash
33
+ python translate.py
34
+ ```
38
35
39
36
2 . Enter the text you want to translate in the "Text to Translate" field.
40
37
@@ -48,4 +45,4 @@ The application allows users to enter text in one language and translate it to a
48
45
49
46
``` bash
50
47
$ python Translate.py
51
- ```
48
+ ```
You can’t perform that action at this time.
0 commit comments