Send WhatsApp message using Python Script. | WhatsApp Automation using python code.
You can send a message to your friend through the code. Even the message can be sent later.
Steps to send WhatsApp message automatically:
- Install library
- Write the two line code.
- Execute the code.
Installing the Library:
Write pip install pywhatkit in the command terminal
Python Code:
import pywhatkit
pywhatkit.sendwhatmsg('9797######' 'Happy birthday',
8,08)
Run the code
Comments
Post a comment