Answers for "python get rgb pixel value"

0

how to get RGB value from pixel in screen live python

import PIL.ImageGrab
rgb = PIL.ImageGrab.grab().load()[x,y]
Posted by: Guest on August-19-2020

Python Answers by Framework

Browse Popular Code Answers by Language