colorgrab

gets a pixel from your screen and spits out the hex value (e.g #0A0EFE)


License
MIT
Install
pip install colorgrab==0.0.1

Documentation

colorgrab

gets a pixel from your screen and spits out the hex value (e.g #0A0EFE)

usage

perform pip install

 pip install colorgrab
 

then

 import colorgrab as cg
 cg.grab(20,20)