louisebrooks.py

Created by schraf

Created on February 14, 2023

804 Bytes

Forever Louise Brooks

Visitez ma chaine YouTube (bureautique, programmation, calculatrices…)


from kandinsky import fill_rect as fr
data="v, u,$$ t, s,$$$$$$ s+$$&$$ s*$$$$$ s)$$$ ?0$$H($$$ <$$6E 7$$$$<B 5E? 3($$$$$@<,$$$$$$ 0.$$$@:* /.$$$C8'$$ .0$$$.,06& -4$-3*4&$$ ,5$-6(4& +A)$0'3&$$$$ *B)%1% )D(&2$ )C($%$ (D+$ (D&$$$ 'E&'$$ 'E&) 'E&) &F&( &G&( &F''6$ &F'$$$ &F>$ 'F<% 'E=% 'E=&$$ &F>$ 'E7$(%%$ &F=%%% &F'$$$$$$$&$&&$$&&$$*$ &F&'/%(' &F'&$$*$$$$$(&$$*$ &F&'6& 'D&&$$.$*&$$&$$$$$ 'D&%&$6$ 'D&%&%:$$$$$ (B''$$>$ (C&)9$$$$$$$$$ )A&($$<$$$ )A&'$&6$$$$$$$$$$$ *@&*:$%% +?%&$&2$&$$$$$$$$$$$$$&$ ,>%%%%<* -<&$&&4$$$&$$&$$$$$$ .:<&,&$& /:$$$$$$2(.$$$$$$$ 1?.*0& 3N2$$$5 6JG 9F6$2 <@I ?$$8>$.$$$$ F.P y$$$$ } }&$$"

for (i,v) in enumerate(data.split(' ')):
 b,x,a=1,0,0
 for n in v:
  a=ord(n)-35
  fr(x,3*i,3*a,3,(255*b,)*3)
  x+=3*a;b,a=not(b),0
 fr(x,3*i,3*(96-x//3),3,(255*b,)*3)