Automating Whatsapp To Send Media Automatically To Whatsapp Contact Just In 3 Line Of Code

 import pywhatkit

number=input("enter number here:")
pywhatkit.sendwhats_image(number,img_path="C:\\Users\\Fahad Ali Khan\\Desktop\\cb.png",caption="cybernetic mentors",wait_time=10)


Comments