Spiderman o0o

from Tkinter import *

VentanaP = Tk()
VentanaP.title("Spiderman o0o")
poly = Canvas(VentanaP, width=400, heigh=400, bg='yellow')
poly.pack()
poly.create_polygon(100,0,
110,0,
110,30,
120,30,
120,40,
130,40,
130,50,
140,50,
140,60,
150,60,
150,70,
170,70,
170,80,
180,80,
180,90,
190,90,
190,100,
200,100,
200,120,
190,120,
190,130,
170,130,170,140,180,140,180,160,170,160,170,170,160,170,160,180,140,180,140,190,150,190,150,200,160,200,160,210,170,210,170,280,160,280,160,290,150,290,150,300,130,300,130,310,80,310,80,300,60,300,60,290,50,290,50,280,40,280,40,210,50,210,50,200,60,200,60,190,70,190,70,180,50,180,50,170,40,170,40,160,30,160,30,140,40,140,40,130,20,130,20,120,10,120,10,100,20,100,20,90,30,90,30,80,40,80,40,70,60,70,60,60,70,60,70,50,80,50,80,40,90,40,90,30,100,30, fill="black", outline='black')
poly.create_polygon(
100,40,90,40,90,50,80,50,80,60,70,60,70,70,60,70,60,80,40,80,40,90,30,90,30,100,20,100,
    20,120,50,120,50,140,40,140,40,160,50,160,50,170,
    70,170,70,180,70,200,60,200,60,210,50,210,50,280,
    60,280,60,290,80,290,80,300,130,300,130,290,150,290,150,280,160,280,160,210,
    150,210,150,200,140,200,140,170,160,170,160,160,160,170,160,160,
    170,160,170,140,160,140,160,120,190,120,190,100,
    180,100,180,90,170,90,170,80,150,80,150,70,140,70,140,60,130,60,130,50,120,50,120,40,110,40,
    fill="red", outline='red')
poly.create_polygon(100,0,100,90,90,90,90,110,100,110,100,120,110,120,110,110,120,110,120,100,110,100,110,0,fill="white", outline='white')

poly.create_polygon(60,270,60,230,70,230,70,220,90,220,90,230,100,230,100,240,90,240,90,250,80,250,80,260,70,260,70,270,
fill="black", outline='black')
poly.create_polygon(70,250,70,230,90,230,90,240,80,240,80,250,fill="white", outline='white')

poly.create_polygon(150,270,150,230,140,230,140,220,120,220,120,230,110,230,110,240,120,240,120,250,130,250,130,260,140,260,140,270,fill="black", outline='black')
poly.create_polygon(140,250,140,230,120,230,120,240,130,240,130,250,fill="white", outline='white')
poly.create_polygon(20,120,20,100,30,100,30,90,40,90,40,80,50,80,50,90,60,90,60,110,50,110,50,120,fill="blue", outline='blue')
poly.create_polygon(190,120,190,100,180,100,180,90,170,90,170,80,160,80,160,90,150,90,150,110,160,110,160,120,fill="blue", outline='blue')
poly.create_polygon(80,130,80,140,70,140,70,150,60,150,60,140,70,140,70,130,fill="blue", outline='blue')
poly.create_polygon(80,150,80,160,70,160,70,150,fill="blue", outline='blue')
poly.create_polygon(130,130,140,130,140,140,150,140,150,150,140,150,140,140,130,140,fill="blue", outline='blue')
poly.create_polygon(90,90,90,100,80,100,80,90,fill="blue", outline='blue')
poly.create_polygon(110,90,110,100,130,100,130,90,fill="blue", outline='blue')
poly.create_polygon(130,140,130,150,140,150,140,160,130,160,130,150,120,150,120,140,fill="blue", outline='blue')
poly.create_polygon(50,120,50,110,60,110,60,100,70,100,70,90,80,90,80,80,100,80,100,90,80,90,80,100,90,100,90,110,100,110,100,130,90,130,90,140,80,140,80,150,70,150,70,160,60,160,60,150,70,150,70,140,80,140,80,130,90,130,90,110,60,110,60,120,
fill="black", outline='black')
poly.create_polygon(160,120,160,110,150,110,150,100,140,100,140,90,130,90,130,80,110,80,110,90,130,90,130,100,120,100,120,110,110,110,110,130,120,130,120,140,130,140,130,150,140,150,140,160,150,160,150,150,140,150,140,140,130,140,130,130,120,130,120,110,150,110,150,120,
fill="black", outline='black')

poly.create_polygon(70,180,90,180,90,170,120,170,120,180,140,180,140,190,120,190,120,180,90,180,90,190,70,190,
fill="black", outline='black')


VentanaP.config(bg="blue")
VentanaP.geometry("400x400")
VentanaP.mainloop()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
from Tkinter import *

VentanaP = Tk()
VentanaP.title("Spiderman o0o")
poly = Canvas(VentanaP, width=400, heigh=400, bg='White')
poly.pack()
poly.create_polygon(100,0,
110,0,
110,30,
120,30,
120,40,
130,40,
130,50,
140,50,
140,60,
150,60,
150,70,
170,70,
170,80,
180,80,
180,90,
190,90,
190,100,
200,100,
200,120,
190,120,
190,130,
170,130,170,140,180,140,180,160,170,160,170,170,160,170,160,180,140,180,140,190,150,190,150,200,160,200,160,210,170,210,170,280,160,280,160,290,150,290,150,300,130,300,130,310,80,310,80,300,60,300,60,290,50,290,50,280,40,280,40,210,50,210,50,200,60,200,60,190,70,190,70,180,50,180,50,170,40,170,40,160,30,160,30,140,40,140,40,130,20,130,20,120,10,120,10,100,20,100,20,90,30,90,30,80,40,80,40,70,60,70,60,60,70,60,70,50,80,50,80,40,90,40,90,30,100,30, fill="red", outline='white')
VentanaP.config(bg="blue")
VentanaP.geometry("400x400")
VentanaP.mainloop()


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
from Tkinter import *
VentanaP = Tk()
VentanaP.title("Spiderman o0o")
poly = Canvas(VentanaP, width=400, heigh=400, bg='yellow')
poly.pack()
poly.create_polygon(100,0,110,0,110,30,120,30,120,40,130,40,130,50,140,50,140,60,150,60,150,70,170,70,170,80,180,80,180,90,190,90,190,100,200,100,200,120,190,120,190,130,170,130,170,140,180,140,180,160,170,160,170,170,160,170,160,180,140,180,140,190,150,190,150,200,160,200,160,210,170,210,170,280,160,280,160,290,150,290,150,300,130,300,130,310,80,310,80,300,60,300,60,290,50,290,50,280,40,280,40,210,50,210,50,200,60,200,60,190,70,190,70,180,50,180,50,170,40,170,40,160,30,160,30,140,40,140,40,130,20,130,20,120,10,120,10,100,20,100,20,90,30,90,30,80,40,80,40,70,60,70,60,60,70,60,70,50,80,50,80,40,90,40,90,30,100,30, fill="black", outline='black')
poly.create_polygon(
100,40,90,40,90,50,80,50,80,60,70,60,70,70,60,70,60,80,40,80,40,90,30,90,30,100,20,100,    20,120,50,120,50,140,40,140,40,160,50,160,50,170,    70,170,70,180,70,200,60,200,60,210,50,210,50,280,    60,280,60,290,80,290,80,300,130,300,130,290,150,290,150,280,160,280,160,210,    150,210,150,200,140,200,140,170,160,170,160,160,160,170,160,160,    170,160,170,140,160,140,160,120,190,120,190,100,    180,100,180,90,170,90,170,80,150,80,150,70,140,70,140,60,130,60,130,50,120,50,120,40,110,40,    fill="red", outline='red')
poly.create_polygon(100,0,100,90,90,90,90,110,100,110,100,120,110,120,110,110,120,110,120,100,110,100,110,0,fill="white", outline='white')

poly.create_polygon(60,270,60,230,70,230,70,220,90,220,90,230,100,230,100,240,90,240,90,250,80,250,80,260,70,260,70,270,fill="black", outline='black')
poly.create_polygon(70,250,70,230,90,230,90,240,80,240,80,250,fill="white", outline='white')

poly.create_polygon(150,270,150,230,140,230,140,220,120,220,120,230,110,230,110,240,120,240,120,250,130,250,130,260,140,260,140,270,fill="black", outline='black')
poly.create_polygon(140,250,140,230,120,230,120,240,130,240,130,250,fill="white", outline='white')
VentanaP.config(bg="blue")
VentanaP.geometry("400x400")
VentanaP.mainloop()

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Comentarios

Entradas populares de este blog

Registro de un procesador.