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

Drawing App For Kivy

  Below here is the source code for Drawing Application for kivy. Please if you like this content.  Don't forget to Subscribe to my YouT...