Metadata-Version: 1.0
Name: computerspeak
Version: 4.2.40
Summary: This Module Helps A User To Use Computer Audio To Make The Computer Speak AnyThing You Want
Home-page: UNKNOWN
Author: Pratyush Jha
Author-email: pratyush.jha299@gmail.com
License: License.txt
Description:  First Of all to install this module copy the line above and paste it in a powershell window
        This project requires the installation of pyttsx3, so to install that type
        ('pip install pyttsx3')
        in powershell window
        
        
        Now to use this, you will need to import this module
        ('import speak')
        now as we have imported the module, we need to use it, so for using it type 
        ('speak.speaker('The text you want to make the computer speak')')
        
        By default the voice is set to a male voice
        so to change the voice gender you will have to change the line in the main module lines 
        ('engine.setProperty('voice', voices[0].id)')
        change the 0 to 1 to get female voice
        
        Pls enjoy using this module 
        Author = "Pratyush Jha"
            
            
Platform: UNKNOWN
