Setting and getting widget data in tkinter

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • A tutorial on getting data from widgets and updating widgets using config in tkinter.
    You can get the code here: github.com/cle...

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

  • @techklavye
    @techklavye Год назад +3

    In my opinion by far the most comprehensive Tkinter series. Thanks.

  • @imaneamine3047
    @imaneamine3047 2 месяца назад

    The quality is so much high! Thank you again! I hope you get more traffic

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

    These are excellent. Yes, the best.

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

    Excellent series. Many thanks.

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

    Thank you for this series!

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

    Good information

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

    Is there a way to get the value from a String, Boolean, and Integer inputs from the user in Tkinter and use those values in a data frame that will execute matlibplot? So get the user inputs, use those values outside the gui.

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

    Thanks for amazing video

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

    Great video!

  • @janlochman1985
    @janlochman1985 10 месяцев назад

    And what version of Tcl/tk you are using? I can read in the documentation, that values of state are "normal, active, disabled", which looks like documentation for 8.7, but truly on my 8.6 both "enable" and "active" works the same.