In this tutorial we will learn how to automatically send whatsapp messages using python with pywhatkit library

to install pywhatkit module== go to terminal and type pip install pywhatkit

Code==
import pywhatkit as kit
kit.sendwhatmsg("Phone Number You Want to send Message To", "Message", Timehrs, TimeMinutes)


To use this program, you should be connected to internet and you should be previously logged in to whatsapp web

#python

Automate WhatsApp Using Python
100.50 GEEK