Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nateshmbhat committed Jun 25, 2017
1 parent 455f532 commit beadabd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ There is however , one library **gTTS** which works perfectly in python3 but it
This project has been dead for over some years now and `pip install pyttsx` doesn't download the fixed python3 version of the library. So i decided to go ahead with my own repository and spread the fixed version.


**Note : pyttsx3 library now works for both python2 and python3 and is also cross-platform**


Note : pyttsx3 library now works for both python2 and python3 and is also cross-platform
****************************************************************************************

How to install :
################
********************
::

pip install pyttsx3



Fixes for possible errors :
###########################
*****************************

* **No module named win32com.client**
* **No module named win32**
Expand All @@ -38,8 +38,7 @@ Fixes for possible errors :


Usage :
#######

************
::

import pyttsx3;
Expand All @@ -49,21 +48,22 @@ Usage :


**Full documentation of the Library is available at**
*****************************************************
########################################################

https://pyttsx3.readthedocs.io/en/latest/


Included TTS engines :
######################
*************************
* sapi5
* nsss
* espeak

**Feel free to wrap another text-to-speech engine for use with pyttsx3.**
*************************************************************************


Project Links :
###############
*********************

* Python Package Index for downloads (https://pypi.python.org)
* GitHub site for source , bugs, and Q&A (https://github.com/nateshmbhat/pyttsx3)
Expand Down

0 comments on commit beadabd

Please sign in to comment.