Create Python GUIs In 5 Minutes With This Package!

Поделиться
HTML-код
  • Опубликовано: 3 июн 2024
  • Need a Graphical User Interface (GUI) built with Python but don't want to spend days or even weeks just learning a library that requires you to manually deal with the layout of widgets and event handling? In this video, I give a comprehensive overview of the Gooey package, which makes it possible to create GUIs in a few minutes. I cover everything from installation to packaging it to a .exe file that you can distribute to your users!
    Links 🔗:
    Documentation for Gooey: github.com/chriskiehl/Gooey
    Documentation for Advance Widgets & Customisation: github.com/chriskiehl/Gooey/b...
    Documentation for Packaging to an Executable: github.com/chriskiehl/Gooey/b...
    Code: github.com/RoyChng/gooey-tuto...
    Chapters 📖:
    00:00 - Intro
    00:24 - Installing Gooey
    00:32 - Creating A Simple Program
    01:41 - Accessing Entered Values
    02:37 - More Features & Widgets
    4:34 - Advance Widgets
    05:11 - Customizations
    05:34 - Converting To .EXE
    06:38 - When NOT To Use This
    Let me know what videos I should work on next in the comments!
  • НаукаНаука

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

  • @arion4804
    @arion4804 Месяц назад +1

    Not only is it easier but is also looks better than tkinter. Nice job man!

  • @ZR_Bravo
    @ZR_Bravo 11 месяцев назад +1

    Way too underrated. Love ypur videos

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

      Hope to see more great content

    • @TurbineThree
      @TurbineThree  11 месяцев назад +1

      Thank you so much 😀Will work hard to create even better videos 👍

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

    In Gooey, can we change the coloour of the window's titlebar?

  • @I_do_not_want_to_reply
    @I_do_not_want_to_reply 9 месяцев назад

    Here before this channel blows up!

    • @TurbineThree
      @TurbineThree  9 месяцев назад

      Thank you for the support! ❤️ Glad you like the videos!

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

    One more thing, what is the best library or framework for GUI in python.(What do you like the most)

    • @TurbineThree
      @TurbineThree  11 месяцев назад +3

      Oh, personally I prefer PyQt the most. It does take some extra time to learn (usually 1-2 weeks), but it has the most customization out of all the GUI libraries in Python, and the documentation is pretty good as well

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

    What are your reviews about flet framework in python

    • @TurbineThree
      @TurbineThree  3 месяца назад +2

      It's a good framework, the documentation is great and there are quite a lot of examples to get started with. But I would probably use a different framework depending on the type of device you're building for.
      Like for compiling a flet app to an android app, you need to make use of other dependencies and will probably encounter quite a few errors in the process. Flutter is a way better alternative if that's your intention. But if you just want to build a simple Windows application for example, than it should work great for that use case.

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

      Thank you so much
      @@TurbineThree

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

    Audio is horrible.

  • @MoneyWiseGem
    @MoneyWiseGem 8 месяцев назад

    Awesome 👍 do you have discord?

    • @TurbineThree
      @TurbineThree  8 месяцев назад

      Yep, my discord username is toymasker