Skip to content

Conversation

@hwdqm88
Copy link

@hwdqm88 hwdqm88 commented Dec 13, 2025

In helper.py, the required_modules list includes the following libraries: win32api, win32con, win32gui, and cv2. If any of them are missing, the script attempts to install them by running pip install. However, these libraries cannot be found directly on PyPI under those names and must instead be installed using the package names pywin32 and opencv-python.

I have fixed this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant