Skip to content

Tools to quickly create complex layouts for Tkinter and CustomTkinter

License

Notifications You must be signed in to change notification settings

EasyDevv/Tkinter_Quick_Layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tkinter Quick Layout

This repository will help you create complex layouts when building Tkinter and CustomTkinter .

Features

  • Easy-to-use GUI for layout creation.
  • Generate grid values as code, copy to clipboard

Download

Go to the GitHub releases page, and download the exe file from the Assets.

Usage

Basic Control

  • ▲ ▼ : Row
  • ◀ ▶ : Column
  • ▲▲ ▼▼ : Row span
  • ◀◀ ▶▶ : Column span
  • ✓ : Copy to clipboard
  • X : Remove Frame

usage_01

Example frame setup

usage_02

Example button setup

usage_03