SCREENSHOT PROGRAM WITH PYTHON

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

Will ChatGPT Replace Programmers?

   ChatGPT is an OpenAI-developed large language model that can understand and generate human language. It's built on the GPT architectu...