diff --git a/README.md b/README.md index 6700daf..ea82433 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,13 @@ [![](https://img.shields.io/pypi/v/py3-tts.svg?style=plastic)](https://pypi.org/project/py3-tts/) [![](https://img.shields.io/github/languages/top/thevickypedia/py3-tts.svg?style=plastic)](https://github.com/thevickypedia/py3-tts) -[![](https://img.shields.io/badge/author-thevickypedia-green.svg)](https://github.com/thevickypedia) [![](https://github.com/thevickypedia/py3-tts/actions/workflows/pythonpublish.yml/badge.svg)](https://github.com/thevickypedia/py3-tts/actions/workflows/pythonpublish.yml) +[![](https://github.com/thevickypedia/py3-tts/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/thevickypedia/py3-tts/actions/workflows/pages/pages-build-deployment) -`py3-tts` is a text-to-speech conversion library in Python. Unlike alternative libraries, **it works offline**. +[![](https://img.shields.io/badge/re_implementer-thevickypedia-blue.svg)](https://github.com/thevickypedia) +[![](https://img.shields.io/badge/author-nateshmbhat-orange.svg)](https://github.com/nateshmbhat) + +`py3-tts` (originally [`pyttsx3`](https://github.com/nateshmbhat/pyttsx3)) is a text-to-speech conversion library in Python. Unlike alternative libraries, **it works offline**. ## Installation diff --git a/doc_generator/install.rst b/doc_generator/install.rst index 0ab51f7..ff7ecf0 100644 --- a/doc_generator/install.rst +++ b/doc_generator/install.rst @@ -36,7 +36,7 @@ On OSX or Linux Using pip to install in a virtualenv ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -If you have virtualenv_ installed with pip_, you can use pip to install a copy of pyttsx3 in the virtual environment folder. +If you have virtualenv_ installed with pip_, you can use pip to install a copy of py3-tts in the virtual environment folder. On Windows ########## @@ -66,7 +66,7 @@ Unless you wish to compile your own version of pyobjc (a lengthy process), you w $ . myproj/bin/activate (myproj)$ pip install py3-tts ... - Successfully installed pyttsx3 + Successfully installed py3-tts Cleaning up... On Linux @@ -74,7 +74,7 @@ On Linux pyttsx3 requires no Python dependencies on Linux. You can cut-off the pyttsx3 virtualenv from the system site-packages. -code-block:: bash +.. code-block:: bash $ virtualenv --no-site-packages myproj New python executable in myproj/bin/python @@ -83,7 +83,7 @@ code-block:: bash $ . myproj/bin/activate (myproj)$ pip install py3-tts ... - Successfully installed pyttsx3 + Successfully installed py3-tts Cleaning up... diff --git a/docs/_sources/install.rst.txt b/docs/_sources/install.rst.txt index 0ab51f7..ff7ecf0 100644 --- a/docs/_sources/install.rst.txt +++ b/docs/_sources/install.rst.txt @@ -36,7 +36,7 @@ On OSX or Linux Using pip to install in a virtualenv ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -If you have virtualenv_ installed with pip_, you can use pip to install a copy of pyttsx3 in the virtual environment folder. +If you have virtualenv_ installed with pip_, you can use pip to install a copy of py3-tts in the virtual environment folder. On Windows ########## @@ -66,7 +66,7 @@ Unless you wish to compile your own version of pyobjc (a lengthy process), you w $ . myproj/bin/activate (myproj)$ pip install py3-tts ... - Successfully installed pyttsx3 + Successfully installed py3-tts Cleaning up... On Linux @@ -74,7 +74,7 @@ On Linux pyttsx3 requires no Python dependencies on Linux. You can cut-off the pyttsx3 virtualenv from the system site-packages. -code-block:: bash +.. code-block:: bash $ virtualenv --no-site-packages myproj New python executable in myproj/bin/python @@ -83,7 +83,7 @@ code-block:: bash $ . myproj/bin/activate (myproj)$ pip install py3-tts ... - Successfully installed pyttsx3 + Successfully installed py3-tts Cleaning up... diff --git a/docs/install/index.html b/docs/install/index.html index 10f5b88..c10c03b 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -64,7 +64,7 @@
If you have virtualenv installed with pip, you can use pip to install a copy of pyttsx3 in the virtual environment folder.
+If you have virtualenv installed with pip, you can use pip to install a copy of py3-tts in the virtual environment folder.
You’ll need to install the pywin32-extensions package system-wide using its Windows installer. Then you’ll need to give your virtualenv access to the system site-packages in order to install py3-tts.
@@ -87,7 +87,7 @@pyttsx3 requires no Python dependencies on Linux. You can cut-off the pyttsx3 virtualenv from the system site-packages.
-code-block:: bash
--+$ virtualenv –no-site-packages myproj -New python executable in myproj/bin/python -Installing setuptools…………done. -Installing pip……………done. -$ . myproj/bin/activate -(myproj)$ pip install py3-tts -… -Successfully installed pyttsx3 -Cleaning up…
-
$ virtualenv --no-site-packages myproj
+New python executable in myproj/bin/python
+Installing setuptools............done.
+Installing pip...............done.
+$ . myproj/bin/activate
+(myproj)$ pip install py3-tts
+...
+Successfully installed py3-tts
+Cleaning up...
+