{"library":"pywhatkit","title":"PyWhatKit","description":"PyWhatKit is a Python library for automating WhatsApp Web, including sending messages, images, and performing searches. It relies on a web browser to open WhatsApp Web and simulate user actions. Current version is 5.4, with maintenance-focused releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pywhatkit","pip install pywhatkit --upgrade"],"cli":null},"imports":["import pywhatkit"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import pywhatkit as pwk\n\n# Send a WhatsApp message to a contact (include country code)\npwk.sendwhatmsg(\"+1234567890\", \"Hello from PyWhatKit!\", 15, 30)  # hour, minute (24-hour)\nprint(\"Message scheduled.\")","lang":"python","description":"Opens WhatsApp Web in a browser, waits until the given time, and sends a message.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}