Python GUI Toolkits - Challenges

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

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

  • @franktewierikholscher
    @franktewierikholscher 7 месяцев назад +1

    Being an amateur programmer, I started to learn Gtk first, because my linux uses the Gnome toolkit. It was impressive, but..... it became complicated: I had to start with a Gtk.application object, which had nothing to do with the GUI actually. Then I found customTkinter. It attracted me, because it was simple and looked nice. But I found out, I had to learn tkinter and ttkInter too, and it wasn't interchanable, which is making it complicated again. Fot now I stick to customTKinter.

    • @jobinpy
      @jobinpy  7 месяцев назад

      I started off with GTK as well (in Linux) but I ended up not liking its API. I've read good things about customtkinter, although I've never used it myself.

  • @govinej
    @govinej 7 месяцев назад +1

    Hey

    • @jobinpy
      @jobinpy  7 месяцев назад

      Hello!