IEEE-VIT / spectra

Spectra is a simple color-picker app made in python3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add: hex_to_rgb(hexcode) function

Riaaggarwal06 opened this issue · comments

Implement the code in hex_to_rgb(hexcode) function in main.py. The algorithm should convert hex code to the rgb format.