Metadata-Version: 2.1
Name: pywhatkit
Version: 2.8
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
Keywords: sendwhatmsg,info,playonyt,search,watch_tutorial
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: selenium

# pywhatkit

pywhatkit is a Python library for Sending whatsapp message at certain time, it has several other features too.

## Installation

```bash
pip install pywhatkit
```

## Usage

```python
import pywhatkit

pywhatkit.sendwhatmsg_with_selenium("+919876543210","This is a message",15,00)#Will send message with most of the processes hidden

pywhatkit.send_file("+919876543210","Path to file",15,00)#Will send file to number with most of the processes hidden

pywhatkit.sendwhatmsg("+919876543210","This is a message",15,00)#Will open web.whatsapp.com at 14:59 and message will be sent at exactly 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

pywhatkit.search("Python")#Will perform a Google search

pywhatkit.showHistory()#Will show information of all the messages sent using this library

pywhatkit.shutdown(time=100)#Will shutdown the system in 100 seconds

pywhatkit.cancelShutdown()#Will cancel the scheduled shutdown

pywhatkit.watch_tutorial_in_english/hindi()#Will open a tutorial on how to use this library on YouTube in respective language

pywhatkit.help() #For more information


```

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

