Modul Warna Python

#First off, you have to open up Command Prompt (WINDOWS) or Terminal (MAC) and type in pip install colour.
#In the shell type:
>>> import colour
>>> blue = colour("blue")
>>> blue
<colour blue>
Nervous Nightingale