how to get rgb value from pixel in screen live python

Solutions on MaxInterview for how to get rgb value from pixel in screen live python by the best coders in the world

showing results for - "how to get rgb value from pixel in screen live python"
Elias
11 Jan 2020
1import PIL.ImageGrab
2rgb = PIL.ImageGrab.grab().load()[x,y]