PyWhatKit icon indicating copy to clipboard operation
PyWhatKit copied to clipboard

Send WhatsApp message at certain time and many other things.

Results 55 PyWhatKit issues
Sort by recently updated
recently updated
newest added

Hi, I really like your library and I would be happy if I was able to change output message format (that is shown to stdout) after a message is sent,...

enhancement

Is there a way to return a status when the message was not sent? For example, the mobile number does not exist or is invalid or not a valid whatsapp...

enhancement
help wanted

The program is great. It would be really cool if it had support for custom encodes. For example, to send in "pt-br" the utf-8 encode would be necessary. Text example:...

enhancement

Hi, Just wondering if we can add Lines in Background . so that it will help students for their hand written assignments. attaching sample for your reference. ![computer-network-notes-handwritten-unit-1-1-638](https://user-images.githubusercontent.com/63640542/117682683-2c20e300-b168-11eb-9951-cff24b4096ed.jpg)

enhancement

## Description Am working on Windows - the WhatsApp opens itself and the message get written to the right person, but then the send function isn't triggered. even with adding...

bug

## Description I have tried sending jpg, png images through the sendwhats_image function. pywhatkit.sendwhats_image('+9188888888',img,"Hello") Whenever I run my code it shows this error: image.convert('RBG').save(output, "BMP") im = self.im.convert(mode, dither) **ValueError:...

bug

Hi all Am working on Mac OS - the WhatsApp opens itself and the message get written to the right person, but then the send function isn't triggered. I have...

bug

Closes https://github.com/Ankit404butfound/PyWhatKit/issues/228

## Related Problem Currently, all `sleep` are synchronous, it'd be better to change it to `async` code. ## Feature Description Change all synchronous `time.sleep` to `await asyncio.sleep`.

Fixing `findtextbox` smile png path typo