Animated images in tkinter

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • A video that will go into depth on how to create animated images in tkinter. We will create a button with a simple animation that will both go forward and backward; it can also loop infinitely.
    You can get the code and images here:
    github.com/cle...

Комментарии • 13

  • @BIMAandR
    @BIMAandR 6 месяцев назад

    Thank you for your videos.🙌

  • @sovereignlivingsoul
    @sovereignlivingsoul 4 месяца назад

    greetings, great videos, not sure i will be able to do eet, but i am going to try and transpose your animation into a slide show

  • @sonu-jangir
    @sonu-jangir Год назад

    Such a great video...❤🎉

  • @juanlosauro
    @juanlosauro Год назад

    Hey man, love your videos! what editor/theme/font do you use?

  • @sovereignlivingsoul
    @sovereignlivingsoul 5 месяцев назад

    interesting, i thought you were building a slide show at first

  • @robinwibom
    @robinwibom Год назад

    Great video! Will you make a tutorial on how to import video to tkinter? Im doing a project where I would like to have live footage showing in a frame somewhere.

  • @kotaz_1142
    @kotaz_1142 Год назад +1

    Clear code… is that you???

  • @muhammadanas7698
    @muhammadanas7698 Год назад +1

    Do you think that Tkinter is a better option to use instead of Pygame?

    • @saritachaurasia5326
      @saritachaurasia5326 Год назад +2

      It depends what you wanna build... You can't compare both as their purpose is different.. pygame is for desktop games whereas tkinter is for desktop applications.
      For example, asking to choose among a mobile or a computer seems senseless right? It depends on what YOU require!

  • @kychemclass5850
    @kychemclass5850 Год назад

    Hi These videos are superb! . Thank you so much for your time and effort.
    Btw, video 40 is hidden. Are you aware of that?

  • @Younes_SBIA
    @Younes_SBIA Год назад

    thanks

  • @kanishkpandey2610
    @kanishkpandey2610 Год назад

    Is there a way to trigger the animated on hover?
    Like the star appears when the mouse hovers over the button