Wallpaper Viewer Application using Python | Tkinter GUI Tutorial | Mini Project

Поделиться
HTML-код
  • Опубликовано: 11 ноя 2024

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

  • @Vipulghadi
    @Vipulghadi 2 года назад +4

    Sir your 100 days of machine learning is exellent 👌👌👌👌

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

    I added the Previous button as well, and it is working correctly. Can someone check and tell if there ca be a better logic.
    video starting at 11:00
    started counter at 0
    counter = 0
    def rotate_image():
    global counter
    counter = counter+ 1
    img_label.config(image=img_array[counter%len(img_array)])
    def previous_rotate_image():
    global counter
    counter = counter - 1
    img_label.config(image=img_array[counter%len(img_array)])

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

    Thank you for teaching so well. in 'pady' it is clear about from top 10, but what you mean by from bottom 15

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

    I cant open"from PIL import imagestk.image"

  • @mridang2064
    @mridang2064 2 года назад

    Sir one question, when I'm maximizing or changing the size of my gui window, my image size is not changing according to that. Is there a way to introduce this functionality in this code ?

  • @deepiranjanrouth8501
    @deepiranjanrouth8501 2 года назад

    thank you sir for this one

  • @qurashishebi7988
    @qurashishebi7988 2 года назад

    well-done sir 👌👌👋

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

    Thank you

  • @somnathdutta6311
    @somnathdutta6311 2 года назад

    Sir i don't know anything about GUI can I do this project?
    Please make a full GUI tutorial .

  • @ajaykushwaha4233
    @ajaykushwaha4233 2 года назад

    Sir Please make 1 video on ML using oops in Pycharm

  • @Abhishekverma-sk2mm
    @Abhishekverma-sk2mm 2 года назад

    Hi sir, great content Thank you
    my question is, if i want to give this app to someone, will he be able to use it without python installed on his system , how can i do that please tell or any link i can follow to do that!
    Thanks in advance

    • @dhilipmaharish
      @dhilipmaharish 2 года назад +1

      You can convert your app into exe file by pyinstaller

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

    done

  • @rishavrishi4810
    @rishavrishi4810 2 года назад

    Hii....nitish sir kaise h

  • @qurashishebi7988
    @qurashishebi7988 2 года назад

    Sir please calculator wale video be jalde upload kare .

  • @binarystar4947
    @binarystar4947 2 года назад

    ✨✨♥️♥️

  • @dasaradhamurali3099
    @dasaradhamurali3099 2 года назад

    Hi guruji