Metadata-Version: 2.1
Name: spepy
Version: 1.0
Summary: pywhatkit is a Python library for Sending whatsapp message at certain time, it has several other features too.
Home-page: https://github.com/Ankit404butfound/awesomepy
Author: Ankit Raj Mahapatra
Author-email: ankitrajjitendra816@gmail.com
License: MIT
Download-URL: https://github.com/Ankit404butfound/awesomepy/archive/1.0.tar.gz
Description: # pywhatkit
        
        spepy is an Python library for offline text to speech conversion. This library is for windows only.
        
        ## Installation
        
        ```bash
        pip install spepy
        ```
        
        ## Usage
        
        
        ```python
        import spepy
        
        spepy.speak(string) #Will speak the following string
        
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Keywords: speak
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
