FIGURA VIDEO abril 01, 2020 Obtener enlace Facebook X Pinterest Correo electrónico Otras aplicaciones from tkinter import* ventana = Tk() ventana.title('ONI MASK') c= Canvas(ventana, width=500,height=500, bg='#f5f7df') ventana.geometry("500x500") c.place(x=0,y=0) c.pack(expand=YES, fill=BOTH) #BASE #canvas1.create_oval(250,250,700,700, width=0.0, fill=("red")) c.create_rectangle(145,115,152,144 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(138,145,144,183 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(130,183,136,244 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(145,115,152,144 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(145,275,152,312 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(138,245,144,282 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(153,306,160,358 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(160,314,167,321 , width=0.0, fill=("#1a1f1c")) c.create_rectangle(160,344,167,359 , width=0.0, fill=("#1a1f1c")) c.create_rectangle(168,360,174,366 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(176,367,182,374 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(183,375,190,389 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(191,383,205,389 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(206,390,213,397 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(214,398,220,404 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(221,405,226,419 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(221,413,199,419 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(196,412,191,405 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(176,398,190,404 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(168,390,174,397 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(227,413,335,419 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(336,405,343,412 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(344,398,351,404 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(352,390,358,397 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(298,405,305,412 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(306,396,313,404 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(314,390,320,397 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(321,383,343,389 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(337,375,343,382 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(344,367 ,351,374 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(352,360,358,366 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(359,359,373,344 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(373,343,367,306 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(359,313,366,320 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(375,275,381,305 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(389,282,382,245 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(396,244,390,176 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(389,175,382,138 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(375,115,381,137 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(176,92,182,98 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(183,84,190,91 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(191,76,205,83 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(206,69,221,76 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(222,61,244,68 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(245,54,289,60 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(290,61,305,68 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(306,69,320,75 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(321,76,335,83 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(336,84,343,91 , width=1.0, fill=("#1a1f1c")) c.create_rectangle(344,92,350,98 , width=1.0, fill=("#1a1f1c")) #PARTE_GRIS CLARO c.create_rectangle(137,183,144,244 , width=0.0, fill=("#2d3630")) c.create_rectangle(152,220,144,145 , width=0.0, fill=("#2d3630")) c.create_rectangle(152,115,159,205 , width=0.0, fill=("#2d3630")) c.create_rectangle(159,123,167,183 , width=0.0, fill=("#2d3630")) c.create_rectangle(167,153,174,174 , width=0.0, fill=("#2d3630")) c.create_rectangle(191,107 ,205,113 , width=0.0, fill=("#2d3630")) c.create_rectangle(183,92,344,107 , width=0.0, fill=("#2d3630")) c.create_rectangle(321,107 ,335,113 , width=0.0, fill=("#2d3630")) c.create_rectangle(191,84 ,335,92 , width=0.0, fill=("#2d3630")) c.create_rectangle(206,76 ,320,84 , width=0.0, fill=("#2d3630")) c.create_rectangle(222,69 ,305,76 , width=0.0, fill=("#2d3630")) c.create_rectangle(245,61 ,290,69 , width=0.0, fill=("#2d3630")) c.create_rectangle(352,153 ,358,175 , width=0.0, fill=("#2d3630")) c.create_rectangle(358,121 ,366,182 , width=0.0, fill=("#2d3630")) c.create_rectangle(366,107 ,375,205 , width=0.0, fill=("#2d3630")) c.create_rectangle(375,138 ,382,213 , width=0.0, fill=("#2d3630")) c.create_rectangle(382,176 ,390,245 , width=0.0, fill=("#2d3630")) c.create_polygon(176,375 ,176,398 ,191,398,191,405,197,405,197,413,220,413,221,405,213,405,213,398,205,398,205,390,182,390,182,375, width=1.0, fill=("#2d3630")) c.create_polygon(350,375 ,350,398 ,343,398,343,405,335,405,335,413,306,413,306,405,313,405,313,398,321,398,321,390,344,390,344,375, width=1.0, fill=("#2d3630")) c.create_rectangle(160,359 ,167,366 , width=0.0, fill=("#2d3630")) c.create_rectangle(160,321 ,167,344 , width=0.0, fill=("#2d3630")) c.create_rectangle(152,283 ,159,305 , width=0.0, fill=("#2d3630")) c.create_rectangle(359,359 ,365,366 , width=0.0, fill=("#2d3630")) c.create_rectangle(359,321 ,366,344 , width=0.0, fill=("#2d3630")) c.create_rectangle(367,283 ,374,245 , width=0.0, fill=("#2d3630")) #PARTE BLANCA c.create_polygon(175,160 ,175,175 , 168, 175,168,191,160,191,160,206,153,206,153,221,145,221,145,275,152,275,152,282,160,282,160,313,168,313 ,168,320,175,320,175,313,183,313,183,305,191,305,191,313,198,313,198,328,206,328,206,313,214,313,214,336,221,336,221,328,244,328,244,336,252, 336,252,343,275,343,275,336,282,336,282,328,305,328,305,336,313,336,313,313,321,313,321,328,328,328,328,313,336,313,336,305,344,305,344,313,351,313,351,320,358,320 ,358,313,366,313,366,282,374,282,374,275,381,275,381,221,374,221,374,206,366,206,366,191,359,191,359,175, 351,175,351,160,350,115,175,115, width=0.0, fill=("#f5f7df")) #CUERNOS c.create_rectangle(160,84 ,167,121, width=0.0, fill=("#9e0303")) c.create_rectangle(167,91 ,175,129, width=0.0, fill=("#9e0303")) c.create_rectangle(175,99 ,183,136, width=0.0, fill=("#9e0303")) c.create_rectangle(183,107 ,190,144, width=0.0, fill=("#9e0303")) c.create_rectangle(190,115 ,198,136, width=0.0, fill=("#9e0303")) c.create_rectangle(198,121 ,205,129, width=0.0, fill=("#9e0303")) c.create_rectangle(359,84 ,366,121, width=0.0, fill=("#9e0303")) c.create_rectangle(351,91 ,359,129, width=0.0, fill=("#9e0303")) c.create_rectangle(344,99 ,351,136, width=0.0, fill=("#9e0303")) c.create_rectangle(336,107 ,344,144, width=0.0, fill=("#9e0303")) c.create_rectangle(329,115 ,336,136, width=0.0, fill=("#9e0303")) c.create_rectangle(321,121 ,329,129, width=0.0, fill=("#9e0303")) c.create_rectangle(207,207 ,228,228, width=0.0, fill=("#780202")) c.create_rectangle(214,199 ,236,221, width=0.0, fill=("#9e0303")) c.create_rectangle(222,191 ,243,213, width=0.0, fill=("#9e0303")) c.create_rectangle(237,184 ,251,198, width=0.0, fill=("#9e0303")) c.create_rectangle(320,207 ,298,228, width=0.0, fill=("#780202")) c.create_rectangle(312,199 ,291,221, width=0.0, fill=("#9e0303")) c.create_rectangle(304,191 ,283,213, width=0.0, fill=("#9e0303")) c.create_rectangle(289,184 ,275,198, width=0.0, fill=("#9e0303")) #OJOS c.create_rectangle(199,237 ,236,289, width=0.0, fill=("black")) c.create_rectangle(199,245 ,236,282, width=0.0, fill=("#9e0303")) c.create_rectangle(207,253 ,228,274, width=0.0, fill=("#261809")) c.create_rectangle(214,260 ,221,267, width=0.0, fill=("#e69335")) c.create_rectangle(191,237 ,199,282, width=0.0, fill=("black")) c.create_rectangle(184,237 ,191,274, width=0.0, fill=("black")) c.create_rectangle(176,237 ,184,259, width=0.0, fill=("black")) c.create_rectangle(168,230 ,176,251, width=0.0, fill=("black")) c.create_rectangle(160,222 ,168,243, width=0.0, fill=("black")) c.create_rectangle(236,245 ,244,282, width=0.0, fill=("black")) c.create_rectangle(244,222 ,251,274, width=0.0, fill=("black")) c.create_rectangle(251,253 ,259,274, width=0.0, fill=("black")) c.create_rectangle(191,252 ,199,274, width=0.0, fill=("#9e0303")) c.create_rectangle(236,252 ,244,274, width=0.0, fill=("#9e0303")) c.create_rectangle(244,260 ,250,267, width=0.0, fill=("#9e0303")) c.create_rectangle(291,237 ,327,289, width=0.0, fill=("black")) c.create_rectangle(291,245 ,327,282, width=0.0, fill=("#9e0303")) c.create_rectangle(298,253 ,320,274, width=0.0, fill=("#261809")) c.create_rectangle(305,260 ,313,267, width=0.0, fill=("#e69335")) c.create_rectangle(327,237 ,335,282, width=0.0, fill=("black")) c.create_rectangle(335,237 ,343,274, width=0.0, fill=("black")) c.create_rectangle(343,237 ,350,259, width=0.0, fill=("black")) c.create_rectangle(350,230 ,358,251, width=0.0, fill=("black")) c.create_rectangle(358,222 ,366,243, width=0.0, fill=("black")) c.create_rectangle(282,245 ,291,282, width=0.0, fill=("black")) c.create_rectangle(275,222 ,282,274, width=0.0, fill=("black")) c.create_rectangle(267,253 ,275,274, width=0.0, fill=("black")) c.create_rectangle(259,265 ,267,274, width=0.0, fill=("black")) c.create_rectangle(191,252 ,199,274, width=0.0, fill=("#9e0303")) c.create_rectangle(236,252 ,244,274, width=0.0, fill=("#9e0303")) c.create_rectangle(244,260 ,250,267, width=0.0, fill=("#9e0303")) #NARIZ c.create_rectangle(245,283 ,251,305, width=0.0, fill=("black")) c.create_rectangle(275,283 ,281,305, width=0.0, fill=("black")) c.create_rectangle(282,305 ,289,313, width=0.0, fill=("black")) c.create_rectangle(237,305 ,244,313, width=0.0, fill=("black")) c.create_rectangle(244,313 ,251,320, width=0.0, fill=("black")) c.create_rectangle(275,313 ,282,320, width=0.0, fill=("black")) c.create_rectangle(252,321 ,274,328, width=0.0, fill=("black")) c.create_rectangle(352,367 ,366,389, width=0.0, fill=("#9e0303")) c.create_rectangle(366,359 ,374,382, width=0.0, fill=("#9e0303")) c.create_rectangle(374,351 ,381,366, width=0.0, fill=("#9e0303")) c.create_rectangle(160,367 ,175,389, width=0.0, fill=("#9e0303")) c.create_rectangle(153,359 ,160,382, width=0.0, fill=("#9e0303")) c.create_rectangle(145,351 ,153,366, width=0.0, fill=("#9e0303")) c.create_rectangle(168,321 ,175,343, width=0.0, fill=("#9e0303")) c.create_rectangle(175,314 ,183,351, width=0.0, fill=("#9e0303")) c.create_rectangle(183,306 ,190,320, width=0.0, fill=("#9e0303")) c.create_rectangle(183,344 ,190,358, width=0.0, fill=("#9e0303")) c.create_rectangle(190,351 ,198,366, width=0.0, fill=("#9e0303")) c.create_rectangle(183,320 ,190,344, width=0.0, fill=("black")) c.create_rectangle(190,313 ,198,351, width=0.0, fill=("black")) c.create_rectangle(198,329 ,206,366, width=0.0, fill=("black")) c.create_rectangle(206,312 ,213,366, width=0.0, fill=("black")) c.create_rectangle(213,337 ,221,350, width=0.0, fill=("black")) c.create_rectangle(221,329 ,228,366, width=0.0, fill=("black")) c.create_rectangle(238,360 ,244,366, width=0.0, fill=("black")) c.create_rectangle(244,344 ,281,373, width=0.0, fill=("black")) c.create_rectangle(275,344 ,281,389, width=0.0, fill=("black")) c.create_rectangle(245,373 ,251,389, width=0.0, fill=("black")) c.create_rectangle(260,373 ,266,389, width=0.0, fill=("black")) c.create_rectangle(281,360 ,291,366, width=0.0, fill=("black")) c.create_rectangle(291,352 ,297,374, width=0.0, fill=("black")) c.create_rectangle(297,329 ,304,366, width=0.0, fill=("black")) c.create_rectangle(304,337 ,314,350, width=0.0, fill=("black")) c.create_rectangle(314,314 ,320,366, width=0.0, fill=("black")) c.create_rectangle(320,329 ,328,366, width=0.0, fill=("black")) c.create_rectangle(328,314 ,335,350, width=0.0, fill=("black")) c.create_rectangle(335,321 ,343,343, width=0.0, fill=("black")) c.create_rectangle(228,352 ,238,373, width=0.0, fill=("black")) c.create_rectangle(352,321 ,358,343, width=0.0, fill=("#9e0303")) c.create_rectangle(344,314 ,352,351, width=0.0, fill=("#9e0303")) c.create_rectangle(336,306 ,344,320, width=0.0, fill=("#9e0303")) c.create_rectangle(336,344 ,344,358, width=0.0, fill=("#9e0303")) c.create_rectangle(328,351 ,336,366, width=0.0, fill=("#9e0303")) c.create_rectangle(213,367 ,221,373, width=0.0, fill=("#9e0303")) c.create_rectangle(305,367 ,313,373, width=0.0, fill=("#9e0303")) c.create_rectangle(336,321 ,343,343, width=0.0, fill=("black")) c.create_rectangle(237,382 ,245,389, width=0.0, fill=("#9e0303")) c.create_rectangle(244,389 ,282,396, width=0.0, fill=("#9e0303")) c.create_rectangle(281,382 ,289,389, width=0.0, fill=("#9e0303")) #DIENTES c.create_rectangle(214,351 ,221,366, width=0.0, fill=("#e3e0d3")) c.create_rectangle(229,336 ,244,351, width=0.0, fill=("#e3e0d3")) c.create_rectangle(237,351 ,244,359, width=0.0, fill=("#e3e0d3")) c.create_rectangle(237,367 ,244,382, width=0.0, fill=("#e3e0d3")) c.create_rectangle(282,336 ,297,351, width=0.0, fill=("#e3e0d3")) c.create_rectangle(282,351 ,290,359, width=0.0, fill=("#e3e0d3")) c.create_rectangle(275,334 ,281,345, width=0.0, fill=("#261809")) c.create_rectangle(281,329 ,297,335, width=0.0, fill=("#261809")) c.create_rectangle(245,334 ,251,344, width=0.0, fill=("#261809")) c.create_rectangle(228,329 ,245,336, width=0.0, fill=("#261809")) c.create_rectangle(221,366 ,229,373, width=0.0, fill=("#261809")) c.create_rectangle(229,373 ,237,382, width=0.0, fill=("#261809")) c.create_rectangle(207,366 ,213,373, width=0.0, fill=("#261809")) c.create_rectangle(297,366 ,305,373, width=0.0, fill=("#261809")) c.create_rectangle(289,373 ,297,384, width=0.0, fill=("#261809")) c.create_rectangle(313,366 ,319,373, width=0.0, fill=("#261809")) ventana.mainloop() Comentarios
Comentarios
Publicar un comentario