Skip to content

4. Basics

Rigved Maanas edited this page May 16, 2024 · 3 revisions

Basic Concepts regarding Custom Tkinter Builder

  • For Custom Tkinter Builder to recognize your project correctly (When opening a project), provide the entire project folder, not just the .json file or the Assets subfolder.
  • Make sure you know how to use pack. Believe me, it's simple. Resource Pack Manager - Effbot.
  • Any widget can be added by dragging the corresponding button in the Widget Pane to the viewport DragnDrop
  • Before changing the properties it must be selected. In order to select a widget just click on it or click on the corresponding button in the hierarchy.
  • Properties of a widget can be changed in the properties panel
  • Every property is divided into 4 categories (Geometry & Content, Styles, Arrangement, Layout)
  • There are 8 types of inputs.
Name Type Image
Spinbox Number Screenshot 2024-05-03 at 6 20 14 PM
Multiline Text Box String/Text Supports Multiple Lines Screenshot 2024-05-05 at 7 17 14 PM
Singleline Text Box String/Text Supports Single Line Screenshot 2024-05-03 at 6 22 33 PM
Tuple Spinbox Takes 2 numbers. Only used in padx and pady. Screenshot 2024-05-05 at 7 17 52 PM
Combo Box Choose one from the option Screenshot 2024-05-05 at 7 16 38 PM
Color Input Takes 2 colors (light/dark) or transparent (If checkbox is present) Screenshot 2024-05-05 at 7 14 42 PM
List Box Add Values to the list or delete them Screenshot 2024-05-05 at 7 25 18 PM
Image Accepts an Image as an input Screenshot 2024-05-05 at 7 13 05 PM
  • Almost all the parameters of all the widgets can be changed.

That's It!! You can take a look at the Tutorial - Hello World

Clone this wiki locally