Please if you like my content Please do not forget to support this channel on PayPal now for $1 only! Or less
import numpy as np
import cv2
import pyautogui
image = pyautogui.screenshot()
image = cv2.cvtColor(np.array(image),
cv2.COLOR_RGB2BGR)
cv2.imwrite("picture.png", image)
No comments:
Post a Comment