Tkinter - Pygubu Designer - The Basics

preview_player
Показать описание
Pygubu Designer lets you visually create the graphical user interface of your Tkinter applications.

I'll show you how to use Pygubu Designer - a Rapid Application Development tool for Tkinter.

Please consider supporting my work with your donations on Ko-fi:

Pygubu Designer GitHub page:

0:00 Intro
1:18 Overview of Pygubu
2:06 Start creating a window
5:00 Apply padding
7:09 Preview window
7:25 Prevent resizing of window
8:21 Create command method for button
9:18 Code templates overview
9:30 Code template
10:40 Application template
14:25 Use widget in code
17:04 Custom Widget template
17:41 Contents of UI file
18:04 Application VS code script
19:10 Pygubu website
19:27 Pygubu and Pygubu Designer
20:33 Closure

#tkinter #pygubu #pygubudesigner #pythongui #python3 #pythonguitutorial
Рекомендации по теме
Комментарии
Автор

This is ridiculously useful, I never even appreciated the Code > Application and Specific > Command functionality before to make the process faster, and I haven't even finished the video yet.

Jdeadevil
Автор

great, i have downloaded Pygubu and recreated the GUI of a program i wrote, now at the logic part, this video was actually really helpful in comprehending how to add my code

sovereignlivingsoul
Автор

Ok. I just spent a week learning PAGE before discovering PyGUBU. I will need to run some designs in pygubu now to see which I prefer. I think the more flexible generate options are going to decide the winner here as I do need to create widgets and applications. It is only a feeling but pygubu just feels cleaner too. I'll be back with comments here when I decide. Thanks for a great video.

davidgoadby
Автор

I always amazed by you over and over again.. you are a genious !! Thabks a lotttt

bentsionben-david
Автор

what a great tutorial! just concise, clear, no-frills explanations!

asrajan
Автор

Thank you for sharing this. I've been writing tkinter code by hand. I need to try this out. Saving time is always a very good thing, but if a tool becomes a headache to use, that's where I personally draw the line.
I grew up in the field creating MS GUIs over the decades using first Winforms, and then moving on the WPF in the various versions of Visual studio.
Like many WPF developers I found I had much better control over what I was building by coding the WPF by hand than by using the GUI tool for placing the graphical items on the screen. It was ok for simpler projects but when the graphics got very involved doing it by hand actually saved a lot of time over the GUI tools unpredictable nature and sensitivity of dragging and dropping. It was also much easier to make changes by hand than trying to use the GUI. One could have both the text code and the GUI screen open at once and you could watch the text turn into a 'dog's breakfast' before your very eyes. One would end up having to fix the code by hand in the end. With the intellisense and code completion in VS, writing by hand went very fast.

fredflintstone
Автор

This is a rare information and a useful tool. Thankyou so much. Now I can create UI for my python projects without pain

alexmattyou
Автор

Wow this will increase my work flow thanks for this episode Jobin

govinej
Автор

Thank you for clear and concise presentation.

gandavnarrain
Автор

This is incredible//// "VisualPythonTkinter". Ironically if someone asked me if I'd recommend it, I'd say 'learn handcoding first before pygubu'. But actually as a lbit of a noob, , I can see pygubu helping me learn. Really appreciate your work on this channel. Thank you.

kychemclass
Автор

Great video on the Pygubu basics on getting started. Thanks

BobP-ksmu
Автор

When launching Pygubu, the fonts of the GUI are way too small. Is there some way I can set a larger size?

RoccoRossi-yutn
Автор

You have any videos showing the successful installation of pygubu? with python 311? I can install but I can't use. Can't find the .exe files.

azlanabuhassan
Автор

Great improvement to a great program!! Suggestions for videos 1. How to use PyGuBu designer with customtkinter 2. How to use tk.combobox with PyGuBu Designer
thanks for making Gui's easier to create

TheWyzarddoc
Автор

is it possible to compile into and executable with everything packaged so that the user doesn't need to worry about dependencies?

chrisbadal
Автор

I'm getting a lot of critical errors so the Python app won't run. Can you give me a copy of your requirements file? What version of python are you running and what version of Pygubu?

bryanstark
Автор

I watched your lecture course on Pygubu with great interest. I thank you for such a good job!

Unfortunately, I cannot independently solve one problem that arose when I created the design of the application program. Here's the problem:

I'm viewing a large table (from a DB) in a Treeview widget. Below this widget there are three buttons: “Edit”, “Delete” and “New”. I want that when I click on any of these buttons, a separate window will open containing a form for editing a database record.

I created my edit widget, (' ) and open it with ' button_edit I don't like the result at all. How to solve this problem correctly?

СергейЛарионов-ув
Автор

I have installed pygubu on Mac by using the command pip install pygubu.. it was successful. Now how do I start the pygubu-builder ???

oilheay
Автор

This looks super-useful. I’m going to give it a go. Thank you!

gnostie
Автор

It is super convenient and useful. and Great tutorial . Thanks a lot.

markfan