Sending messages by Whatsapp

0. Intalling Libraries

You need to install the required libraries:

pip install pywhatkit
pip install keyboard

1. Importing Libraries in your code

You need to import the required libraries:

import pywhatkit
import time
import pyautogui
import keyboard as k

2. Coding

You need to implement the following code:

pywhatkit.sendwhatmsg_instantly("+1XXXXXXXXXX" , message = "test")
pyautogui.click(1050, 950)
time.sleep(2)
k.press_and_release('enter')

3. Results

You can see the finally results: