Learn Python tkinter GUI colorchooser easy 🎨

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

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

  • @BroCodez
    @BroCodez  4 года назад +6

    from tkinter import *
    from tkinter import colorchooser
    def click():
    color = colorchooser.askcolor() #assign color to a vraible
    colorHex = color[1] #assigns element at index 1 to a variable
    window.config(bg=colorHex) #change background color
    window = Tk()
    window.geometry("420x420")
    button = Button(text='click me',command=click)
    button.pack()
    window.mainloop()

    • @PixelCodes
      @PixelCodes 3 года назад

      Hey Bro Code! I've Been Following Your Python Tkinter GUI Tutorial But, When I Try Doing The Command Option On A Button, It Gives Me This Error:
      _tkinter.TclError: unknown option "-commmand"
      Can You Help?

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

      @@PixelCodes Hello! You wrote coMMMand! not coMMand! :) Soo correct is button = Button(text="button", command = click)

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

      @@lukasmacku2423 Hi! This is actually an old comment as you can see. I got help from stack overflow :)

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

      @@PixelCodesOh, 6 months old :D
      The important thing is that you found a mistake! :)

  • @TiredViscacha53
    @TiredViscacha53 3 месяца назад

    You are an amazing teacher!

  • @retrothink
    @retrothink 3 месяца назад

    Getting me back up to snuff. Thanks.

  • @hydarhydar2338
    @hydarhydar2338 Месяц назад

    I like the bro code tutorials

  • @noah77
    @noah77 4 года назад +7

    Why are you so amazing?
    Thank you!!

    • @BroCodez
      @BroCodez  4 года назад +4

      no! You're amazing!

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

      @@BroCodez oh, thank you, we both are amazing 😉

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

      Yo guys, I think we are on the same page

    • @linkguy30
      @linkguy30 3 года назад +1

      No you’re breathtaking

    • @noah77
      @noah77 3 года назад

      @@linkguy30 hehe thx, you too!

  • @sagadam.stephen2282
    @sagadam.stephen2282 Год назад

    There are teachers but there are still teachers.
    Bro Thanks

  • @brightchinese3551
    @brightchinese3551 Месяц назад

    You are the best!!!

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

    Nice

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

    Wow!

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

    You are great...

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

    hello bro your videos is very helpfull

  • @gadgetmaamaa2564
    @gadgetmaamaa2564 3 года назад +1

    👍

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

    Thank you man. You just saved my life man. I love you man

  • @DarrellMcAdams
    @DarrellMcAdams 3 года назад

    Never been able to find the code you indicate you have been posting in the comments section. Little Help.
    Awesome work though. Thank you very much.

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

    U have to appreciate his upload shedule

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

    NOICE!

  • @matheusgirardiscalabrin5651
    @matheusgirardiscalabrin5651 3 года назад

    gr8

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

    شكرا

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

    meow meow meow~!

  • @suprisex4999
    @suprisex4999 11 месяцев назад

    insanely useful, thank you!

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

    Ty bro

  • @uuhju7004
    @uuhju7004 3 года назад

    thank you so much bro great video

  • @sonasreedhar.1669
    @sonasreedhar.1669 3 года назад +1

    Thank you so much bro.... ✨️

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

    why do we not have to put window in the constructor of our button? you've done it every time before so I thought it was necessary

  • @ayushseth1422
    @ayushseth1422 3 года назад +1

    Hey bro, How to create fading color(gradient color like light blue to dark blue fade effect) in python GUI?

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

    Thank you!❤

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

    Hi bro

  • @philtoa334
    @philtoa334 3 года назад

    : )

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

    thx 4 vid bro !