понеділок, 24 лютого 2020 р.

8 клас. Урок 43. Відображення рисунків із зовнішніх файлів.


  1. Завантажте зображення формату gif або png у свою папку
  2. Після створення полотна треба задати команду

my_image=PhotoImage(file='d:\\1.gif')
canvas.create_image(0,0,anchor=NM, image=my_image)

Створення простої анімації

import time
from tkinter import *
Window=Tk()
canv=Canvas(Window, width=500, height=500)
canv.pack()
canv.create_polygon(10,10,10,60,50,35)
for x in range(0,60):
    canv.move(1,5,0)
    Window.update()
    time.sleep(0.05)
Window.mainloop()





1 коментар:

  1. Do this hack to drop 2lb of fat in 8 hours

    Over 160 thousand women and men are using a easy and SECRET "water hack" to drop 1-2 lbs each and every night while they sleep.

    It's effective and it works with everybody.

    Here's how to do it yourself:

    1) Go grab a drinking glass and fill it half glass

    2) Then use this weight losing hack

    and be 1-2 lbs lighter as soon as tomorrow!

    ВідповістиВидалити