We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b35e4 commit 975bbaaCopy full SHA for 975bbaa
pywhatkit/core/core.py
@@ -7,7 +7,6 @@
7
8
import requests
9
from pyautogui import (
10
- ImageNotFoundException,
11
click,
12
hotkey,
13
locateOnScreen,
@@ -109,7 +108,7 @@ def copy_image(path: str) -> None:
109
108
elif system().lower() == "windows":
110
from io import BytesIO
111
112
- import win32clipboard
+ import win32clipboard # pip install pywin32
113
from PIL import Image
114
115
image = Image.open(path)
0 commit comments