top of page
Search
  • Writer's pictureGavin Thoppil

SEND MESSAGE IN WHATSAPP USING PYTHON:

STEP 1: TYPE "pip install pywhatkit"

STEP 2: CODE>>

import pywhatkit
pywhatkit.sendwhatmsg('number of reciver','message',time(hr),time(min))


important: time should be in 24 hr format

eg: pywhatkit.sendwhatmsg('+918921974641','HI',17,38)


2 views0 comments

Kommentare


Post: Blog2_Post
bottom of page