EasyDevv / Tkinter_Quick_Layout

Tools to quickly create complex layouts for Tkinter and CustomTkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tools to quickly create complex layouts for Tkinter and CustomTkinter

License:MIT License


Languages

Language:Python 100.0%