Metadata-Version: 2.1
Name: whatmsgsender
Version: 0.1
Summary: this module help to sheule whatsapp msg and send on time
Home-page: https://sujalnas.ml
Author: sujal
Author-email: sujalchaudhary63@gmail.com
License: MIT
Keywords: whatsapp,whatsapp sheduler,whatsapp messenger
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
License-File: Licence.txt

# WhatMsgSender
WhatMsgSender is a python module for dealing with whatsapp messages schedule

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install WhatMsgSender

```bash
pip install whatmsgsender
```

## Usage

```python
import whatmsgsender

#
whatmsgsender.sendmsg("your phone number with courntry code","your message",time of the message in hour,time of message in minute)

# Example
#suppose i have to schedule a message for 10:20AM
whatmsgsender.sendmsg("+919930320XXX","this is an example",10,20)
```
## Screenshots
## First you have to download the whatsapp desktop software
![alt tag](https://indiachats.gq/files/Screenshot%20(21).png "first you have to download whatsapp on your computer")
## Code
![alt tag](https://indiachats.gq/files/Screenshot%20(24).png "code")
## Allow the API to open the whatsapp
![alt tag](https://indiachats.gq/files/Screenshot%20(22).png "you have to allow the whatsapp api to open the whatsapp software on your pc")
## AT Correct Time your Message will send
![alt tag](https://indiachats.gq/files/Screenshot%20(26).png "result")
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

