Skip to content

Send WhatsApp message at certain time and many other things.

License

Notifications You must be signed in to change notification settings

irtyamine/PyWhatKit

 
 

Repository files navigation

alt text

Project description

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/

Download

Downloads

Installation

pip install pywhatkit

Usage

Import the library using the following command.

import pywhatkit

This will open web.whatsapp.com at 14:59:40 and message will be sent at exactly 15:00:00

pywhatkit.sendwhatmsg("+919876543210","This is a message",15,00)

This will give wikipedia summary about the topic using the Wikipedia API

pywhatkit.info("Python",lines=3)

This will convert any given image to ASCII art, see my profile picture

pywhatkit.image_to_ascii_art(path_to_image,output_file)

This will convert that text to handwritten font with color combination 0,0,0 in RGB form

pywhatkit.text_to_handwriting(text,rgb=[0,0,0])

Something like this

alt text

This will play the first video that appears upon searching "Python" on YouTube

pywhatkit.playonyt("Python")

This will perform a Google search about Python

pywhatkit.search("Python")

Some other functions

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Send WhatsApp message at certain time and many other things.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%