PyWhatKit is a Python library for Sending whatsapp message at certain time, it has several other features too. It is one of the safest tools for scheduling WhatsApp messages.
Read detailed description here - https://pywhatkit.herokuapp.com/
Request new feature here - https://pywhatkit.herokuapp.com/request-feature
pip install pywhatkit
Import the library using the following command.
import pywhatkit
pywhatkit.sendwhatmsg("+919876543210","This is a message",15,00)
pywhatkit.info("Python",lines=3)
pywhatkit.image_to_ascii_art(path_to_image,output_file)
pywhatkit.text_to_handwriting(text,rgb=[0,0,0])
Something like this
pywhatkit.playonyt("Python")
pywhatkit.search("Python")
pywhatkit.showHistory()#Will show information of all the messages sent using this library
pywhatkit.shutdown(time=100)#Will shutdown the system in 100 seconds
pywhatkit.cancelShutdown()#Will cancel the scheduled shutdown
pywhatkit.watch_tutorial_in_english/hindi()#Will open a tutorial on how to use this library on YouTube in respective language
pywhatkit.sendMail(my_mail, my_pass, mail_to, content): #to send a mail to anybody.
pywhatkit.help() #For more information
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT