clown.py

Created by apocaliips

Created on February 18, 2022

2.81 KB


from kandinsky import *
rects = [
(120,93,80,79,(255,238,224)),
(124,172,72,5,(255,238,224)),
(130,177,60,4,(255,238,224)),
(137,181,45,4,(255,238,224)),
(146,185,28,3,(255,238,224)),
(154,188,11,2,(255,238,224)),
(117,101,3,64,(255,238,224)),
(200,101,3,64,(255,238,224)),
(105,124,12,22,(255,238,224)),
(203,124,12,22,(255,238,224)),
(124,91,72,2,(255,238,224)),
(105,146,12,14,(252,131,41)),
(93,87,12,69,(252,131,41)),
(144,165,32,8,(56,56,56)),
(148,173,23,5,(56,56,56)),
(88,91,5,27,(252,131,41)),
(85,95,3,20,(252,131,41)),
(90,120,3,16,(252,131,41)),
(88,122,2,12,(252,131,41)),
(112,58,5,66,(252,131,41)),
(105,58,7,66,(252,131,41)),
(117,53,3,48,(242,47,8)),
(120,50,4,43,(242,47,8)),
(124,47,14,44,(242,47,8)),
(138,49,3,42,(242,47,8)),
(101,61,4,26,(252,131,41)),
(97,65,4,22,(252,131,41)),
(94,69,3,14,(252,131,41)),
(141,52,3,39,(242,47,8)),
(144,46,16,45,(105,100,116)),
(203,146,12,14,(253,196,84)),
(215,87,12,69,(253,196,84)),
(227,91,5,27,(253,196,84)),
(232,94,3,21,(253,196,84)),
(227,120,3,16,(253,196,84)),
(230,122,2,12,(253,196,84)),
(203,58,12,66,(253,196,84)),
(200,53,3,48,(196,218,255)),
(196,50,4,43,(196,218,255)),
(182,47,14,44,(196,218,255)),
(179,49,3,42,(196,218,255)),
(215,61,4,26,(253,196,84)),
(219,65,4,22,(253,196,84)),
(223,68,3,14,(253,196,84)),
(176,52,3,39,(196,218,255)),
(160,46,16,45,(105,100,116)),
(148,43,25,3,(105,100,116)),
(152,41,17,2,(105,100,116)),
(148,131,24,24,(242,47,8)),
(146,133,2,20,(242,47,8)),
(144,136,2,15,(242,47,8)),
(172,133,2,20,(242,47,8)),
(174,135,2,15,(242,47,8)),
(159,120,2,20,(242,47,8)),
(159,120,2,16,(242,47,8)),
(159,146,2,20,(242,47,8)),
(159,150,2,16,(242,47,8)),
(133,159,52,2,(255,171,201)),
(138,161,4,4,(255,171,201)),
(140,165,4,4,(255,171,201)),
(143,169,4,4,(255,171,201)),
(145,173,4,4,(255,171,201)),
(148,177,4,4,(255,171,201)),
(177,161,4,4,(255,171,201)),
(175,165,4,4,(255,171,201)),
(172,169,4,4,(255,171,201)),
(170,173,4,4,(255,171,201)),
(168,177,4,4,(255,171,201)),
(152,178,16,4,(255,171,201)),
(152,174,15,4,(242,47,8)),
(154,173,11,1,(242,47,8)),
(130,108,14,22,(255,255,255)),
(176,108,14,22,(255,255,255)),
(174,112,2,15,(255,255,255)),
(144,112,2,15,(255,255,255)),
(129,112,1,15,(255,255,255)),
(190,112,1,15,(255,255,255)),
(142,161,36,4,(255,255,255)),
(136,119,5,5,(56,56,56)),
(180,119,5,5,(56,56,56)),
(124,112,5,15,(212,208,216)),
(146,112,1,15,(212,208,216)),
(125,127,5,3,(212,208,216)),
(126,108,5,4,(56,56,56)),
(144,108,2,4,(56,56,56)),
(144,127,2,4,(212,208,216)),
(129,105,15,3,(56,56,56)),
(129,98,15,3,(242,47,8)),
(176,98,15,3,(196,218,255)),
(128,130,16,3,(212,208,216)),
(191,112,5,15,(212,208,216)),
(173,112,1,15,(212,208,216)),
(190,127,5,3,(212,208,216)),
(189,108,5,4,(56,56,56)),
(174,108,2,4,(56,56,56)),
(174,127,2,4,(212,208,216)),
(176,105,15,3,(56,56,56)),
(176,130,16,3,(212,208,216)),
]
for r in rects:
  fill_rect(*r)