How Send WhatsApp Messages using Python | 2 Lines of Code
6K views
Aug 12, 2022
Learn to send whatsapp messages using python in just 2 lines of code Website - https://studygyaan.com/ **********************Code********************** from mob import mob_no import pywhatkit as kit kit.sendwhatmsg(mob_no, "Hey! How are you doing?",22, 5) **********************Code********************** Video Contributed by Sunanda Somwase If you also want to contribute videos on Python, Data Science, Django then send your videos @ [email protected]
#Intelligent Personal Assistants
# Software
# Text & Instant Messaging
# Voice & Video Chat