@@ -10,28 +10,25 @@ This application allows users to input text, select a language, and convert the
10
10
- gTTS (Google Text-to-Speech)
11
11
12
12
## Installation
13
- 1 . ** Clone the repository:**
14
- ``` bash
15
- git clone https://github.com/yourusername/text-to-speech.git
16
- cd text-to-speech
17
- ```
18
13
19
- 2 . ** Install the required Python modules:**
14
+ 1 . ** Install the required Python modules:**
20
15
``` bash
21
16
pip install gTTS
22
17
```
23
18
24
- ## How to Run the Script
25
-
26
- 1 . Navigate to the directory where the script is located:
27
- ``` bash
28
- cd path/to/directory
29
- ```
30
-
31
- 2 . Run the script:
32
- ``` bash
33
- python Text\ To\ Speech.py
34
- ```
19
+ ## ▶️ How to Run the Script
20
+ 1 . Clone the Repository:
21
+ ```
22
+ git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
23
+ ```
24
+ 2 . Navigate to Directory:
25
+ ``` bash
26
+ cd Simple-Python-Mini-Projects/Text\ To\ Speech
27
+ ```
28
+ 3 . Run the Script:
29
+ ``` bash
30
+ python text_to_speech.py
31
+ ```
35
32
36
33
## Usage
37
34
1 . ** Enter Text:** Type the text you want to convert to speech in the text input area.
0 commit comments