Skip to content

Commit f7926b4

Browse files
Modified
1 parent bb53c84 commit f7926b4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pyttsx3/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
# pyttsx3
1+
# [pyttsx3]
22

3-
## Description
4-
pyttsx3 is a text-to-speech conversion library in Python.
5-
Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3.
3+
## [Description]
4+
=> pyttsx3 is a text-to-speech conversion library in Python.
5+
=> Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3.
66

7-
## Installation
8-
pip install pyttsx3
9-
If you recieve errors such as No module named win32com.client, No module named win32,
10-
or No module named win32api, you will need to additionally install pypiwin32.
7+
## [Installation]
8+
`$ pip install pyttsx3
9+
# [Note]
10+
=> If you recieve errors such as No module named win32com.client, No module named win32,
11+
or No module named win32api, you will need to additionally install pypiwin32.
1112

1213

1314

0 commit comments

Comments
 (0)