ModuleNotFoundError: No module named 'win32clipboard'
Advertisements I’m trying to send a image in WhatsApp through pywhatkit module, but when I run my code I have the error ModuleNotFoundError: No module named ‘win32clipboard’. I installed pywin32, but the error remains. Here’s my code: import pywhatkit as w w.sendwhats_image(‘NUMBER’, ‘C:\\THIS\\IS\\MY\\FOLDER\\pic.png’, ‘CAPTION’) And this is where the error triggers (filename ‘core.py’ from pywhatkit… Read More ModuleNotFoundError: No module named 'win32clipboard'