Skip to content

Commit 9f38686

Browse files
Update README.md
1 parent fde36ea commit 9f38686

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

Text To Speech/README.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,25 @@ This application allows users to input text, select a language, and convert the
1010
- gTTS (Google Text-to-Speech)
1111

1212
## 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-
```
1813

19-
2. **Install the required Python modules:**
14+
1. **Install the required Python modules:**
2015
```bash
2116
pip install gTTS
2217
```
2318

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+
```
3532

3633
## Usage
3734
1. **Enter Text:** Type the text you want to convert to speech in the text input area.

0 commit comments

Comments
 (0)