Metadata-Version: 2.1
Name: pywhatkit
Version: 4.1
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/PyWhatKit
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: wikipedia
Requires-Dist: requests
Requires-Dist: Pillow

![alt text](https://github.com/Ankit404butfound/PyWhatKit/blob/master/Images/logo.png?raw=true)

## Project description

PyWhatKit is a Python library for Sending whatsapp message at certain time, it has several other features too.
It is one of the safest tools for scheduling WhatsApp messages.

##  Links

### Read detailed description here - https://pywhatkit.herokuapp.com/
### Request new feature here - https://pywhatkit.herokuapp.com/request-feature
### Have some query or suggestions, join our discord server - [Discord invite link](https://discord.com/channels/@me/830257036478119946/830370312653766727)

## Download

[![Downloads](https://pepy.tech/badge/pywhatkit/month)](https://pepy.tech/project/pywhatkit/month)

## Installation

`pip install pywhatkit`

## Usage

Import the library using the following command.

`import pywhatkit`

#### This will open web.whatsapp.com at 14:59:40 and message will be sent at exactly 15:00:00

`pywhatkit.sendwhatmsg("+919876543210","This is a message",15,00)`

#### This will open web.whatsapp.com at 14:59:40 and message to a group will be sent at exactly 15:00:00

`pywhatkit.sendwhatmsg_to_group("Group_ID","This is a message",15,00)`

#### This will give wikipedia summary about the topic using the Wikipedia API

`pywhatkit.info("Python",lines=3)`

#### This will convert any given image to ASCII art, see my profile picture

`pywhatkit.image_to_ascii_art(path_to_image,output_file)`

#### This will convert that text to handwritten font with color combination 0,0,0 in RGB form

`pywhatkit.text_to_handwriting(text,rgb=[0,0,0])`

Something like this

![alt text](https://raw.githubusercontent.com/Ankit404butfound/PyWhatKit/master/Images/text_to_handwriting.PNG)

#### This will play the first video that appears upon searching "Python" on YouTube

`pywhatkit.playonyt("Python")`

#### This will perform a Google search about Python

`pywhatkit.search("Python")`

### Some other functions
```python
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.sendMail(my_mail, my_pass, mail_to, content):  #to send a mail to anybody. 

pywhatkit.help.function_name() #For more information about that function

```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
MIT


