anassalam / TeamRankings

Python: different tasks to be completed under one repo
GNU General Public License v3.0
1 stars 9 forks source link

RGB color #51

Open anassalam opened 3 years ago

anassalam commented 3 years ago

read color from .tsv file, then create dictionary of colors with color name as key and it's rgb as values, and then dump in a json file. (eg: black, 0,0,0, white, 255,255,255, red, 255,0,0, green, 0,128,0, blue, 0,0,255)

arbazalam01 commented 3 years ago

Can i work on this issue.