Metadata-Version: 2.1
Name: ttsvoice
Version: 0.0.2
Summary: Simple Text-to-Speech functions
Home-page: UNKNOWN
Author: Mihir Panchal
Author-email: mihirpanchal5400@gmail.com
License: MIT
Keywords: text-to-speech,ttsvoice,speech,text
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt

Simple Text-to-Speech functions 

tts() Function:

->tts(text,voice,tempo)

--->text = Any String

--->voice = ("male","female")

--->tempo = ("high","normal","low")


CHANGE LOG
==========

0.0.1 (29/06/2022)
-------------------
-First Release

0.0.2 (30/06/2022)
-------------------
-Second Release

