Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 714 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 714 Bytes

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