> For the complete documentation index, see [llms.txt](https://hntech.gitbook.io/blueconda-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hntech.gitbook.io/blueconda-documentation/advancing-on-experienced/using-guibuilder.md).

# Using GUIBuilder

<figure><img src="/files/DwwthsgKFidqIKJluelM" alt=""><figcaption></figcaption></figure>

GUIBuilder is a Blueconda utility that enables you to easily design Tkinter widgets and integrate them into your code. Using a simplified UI with entries, buttons and sliders, it allows you to see a live preview of your widgets as you design them.

GUIBuilder allows you to customize the color, size, font, preview text, orientation and other features for the following widgets:

* Label text
* Button
* Entry
* Scrollbar
* Text
* Menu

GUIBuilder then automatically generates drop-in python tkinter code to utilize for your own application.
