@@ -14,27 +14,24 @@ The application allows users to enter text in one language and translate it to a
1414
1515## Installation
1616
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:
2818``` bash
2919 pip install googletrans==4.0.0-rc1
3020```
3121
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+ ```
3835
39362 . Enter the text you want to translate in the "Text to Translate" field.
4037
@@ -48,4 +45,4 @@ The application allows users to enter text in one language and translate it to a
4845
4946``` bash
5047$ python Translate.py
51- ```
48+ ```
0 commit comments