Answers for "reading pixel rgb values python"

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