Metadata-Version: 2.1
Name: sendwhappmsg
Version: 0.0.1
Summary: This module will send any whatsapp message to any mobile no.
Home-page: https://github.com/Ankitsinghprograms/sendwhatsappmsg
Author: Ankit Singh
Author-email: ankitsingh300307@gmail.com.com
License: UNKNOWN
Description: This is a Module which will send a whatsapp meassage to any given mobile no
        
        Third Party Module:-
          webbrowser:- Please install it via pip install webbrowser
        
        Functions:-
        
        	1. sendmsg(message_text)
        		Open whatsapp share page to send any given message to any contact.
                        
            2. sendmsgafter(message_te
        xt, seconds)
        		Open whatsapp share page after the seconds given to send given message to any contact.
                        
            3. sendmsgat(message_text, hour,
         minutes, seconds='00')
        		Open whatsapp share page at a given time to send given message to any contact.
                        
        	4. sendmsgtoafter(send
        _msg_to_mobile_no, message_text, seconds)
        		Open whatsapp share page after the seconds given to send given message to any mobile no.
                        
        	5. sendmsgtoat(send_msg_to_m
        obile_no, message_text, hour, minutes, seconds='00')
        		Open whatsapp share page at a given time to send given message to any mobile no.
                        
        	6. sendmsgto(send_msg_to_mobile_
        no, message_text)
        		Open whatsapp share page to send any given message to any mobile no.
        		
        
        EXAMPLE:-
        
        CODE:-
        
        import sendwhappmsg
        sendwhatsappmsg.sendmsgat("Hii Do you Know there is a awesome module named sendwhatsappmsg by which you can ssnd message to any mobile no.",20,25)
        
        OUTPUT:-
        
        MESSAGE WIILL BE SENT AT 20:25:00
        
        DON'T CLOSE THIS PROGRAM ELSE MESSAGE WILL NOT BE SENT!!
        
        MESSAGE SENT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
