guide=””” [OK] = Set Shape [pi] = Sketch Mode On/ Off [7]89= “red”, “green, “blue” EXE = Exit & Print Data
Hold [shift] + [(][)][x]/] = Fast Increase, Decrease Width, Height
Length of my_shapes should be ≤ 6 for copy & paste ability. ( Numworks has limit if copy ) Use: from Kandinsky import fill_rect from Kandinsky import fill_rect as F
tuple = color = *white”
bg=(255,255,255) my_shapes =[ [x,y,w,h,c], [x,y,w,h,c],[x,y,w,h,c] ]
for i in my_shapes: F(*i)
Try different keys.. “””