palette.py is a python script that can genereate monochromatic, complimentary, and analogous color palettes based on rgb or hexadecimal input. By default, the script will print all three palettes with ...
##使い方 普通にインポートしてください. 書いているプログラムと同じ場所にcolor.pyをおけばおk あとはおまじない from color import printc printc(st=表示させる文字列, col = カラーネーム(先頭Hで ...