We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009e8f3 commit 11073e3Copy full SHA for 11073e3
2 files changed
main.py
@@ -24,8 +24,6 @@
24
import pyperclip
25
from PIL import Image
26
import ctypes
27
-import win32clipboard
28
-import win32con
29
user32 = ctypes.windll.user32
30
kernel32 = ctypes.windll.kernel32
31
requirements.txt
@@ -3,4 +3,5 @@ pytesseract>=0.3.13
3
Pillow>=10.2.0
4
pynput>=1.8.1
5
keyboard>=0.13.5
6
-argostranslate>=1.9.6
+argostranslate>=1.9.6
7
+pyperclip
0 commit comments