Metadata-Version: 2.1
Name: test-pkj
Version: 0.0.1
Summary: A small example package
Home-page: https://github.com/pypa/sampleproject
Author: Tejas Bhor
Author-email: tejasjbhor@gmail.com
License: UNKNOWN
Description: # Welcome to markos 0.1 : Speech Assistant 
        
        Markos is your personal voice assistant / software agent that can perform tasks or services for an individual based on verbal commands i.e. 
        by interpreting human speech and respond via synthesized voices. 
        Users can ask their assistantsâ€™ questions, control home automation devices, and media playback via voice, and manage other basic tasks such as email, 
        to-do lists, open or close any application etc with verbal commands.
        
        Also he has strong recommandation system which help you in decision making.
        
        ## Getting Started
        
        You will be able to extarct .whl file with the help of python foundation and install the library using <b>pip</b>
        
        ### Prerequisites and Installing
        
        What things you need to install the software and how to install them
        
        ```
        . browser driver : ex. for google crome ( cromedriver.exe ) 
        
        also install below componants using "pip install *****"
        
        . pyttsx3
        . datetime
        . smtplib
        . os
        ```
        
        ## Running the tests
        
        Install markos 0.1 using pip command on Command prompt
        
        
        ## Deployment
        
        Deployed and Comaptible with Python 3 and above
        
        ## Built With
        
        * [Python 3](https://docs.python.org/fr/3.6/) - Scripting language used
        * [Pypi](https://pypi.org/) - The Python Package Index - library Dependency Management
        
        ## Versioning
        
        We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). 
        
        ## Authors and Contributor
        
        * **Tejas Bhor** - *Initial work* - [tejasjbhor](https://github.com/tejasjbhor)
        
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/tejasjbhor/NLP/blob/master/LICENSE) file for details
        
        ## Acknowledgments
        
        * Python Foundation : For delpoying library
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
