Metadata-Version: 2.1
Name: pywhatkit
Version: 1.1
Summary: pywhatkit is a Python library for Sending whatsapp message at certain time and some other stuffs.
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
Keywords: sendwhatmsg,info,playonyt,search
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
Requires-Dist: pyautogui
Requires-Dist: beautifulsoup4
Requires-Dist: wikipedia
Requires-Dist: requests
Requires-Dist: pyttsx3

# awesomepy

pywhatkit is a Python library for Sending whatsapp message at certain time and some other stuffs.

## Installation

```bash
pip install pywhatkit
```

## Usage

```python
import pywhatkit

pywhatkit.sendwhatmsg("+919876543210","This is a message",15,00)#Sends Whatsapp message to +919876543210 at 15:00

pywhatkit.info("Python",lines=3,speak=None)#Will give information about the topic

pywhatkit.playonyt("Python")#Will play the first YouTube video having "Python" in it

```

## 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/)

