Pywhatkit is already installed successfully but it shows an attribute error in any attribute code. Can I fix it?
My tried code:
import pywhatkit
pywhatkit.sendmsg('071*******','Ado',15,48)
How I fix this: I renamed my program file name "pywhatkit.py" to "anotername.py".
Thank you all answered people who help me to solve this!
After scrolling through their github page (link here), it seems like you are calling the wrong method sendmsg
should be sendwhatmsg
Working code:
import pywhatkit
pywhatkit.sendwhatmsg('071*******','Ado',15,48)