An open API service indexing awesome lists of open source software.

https://github.com/easydevv/tkinter_quick_layout

Tools to quickly create complex layouts for Tkinter and CustomTkinter
https://github.com/easydevv/tkinter_quick_layout

customtkin customtkinter gui layout tkinter tkinter-gui

Last synced: 11 months ago
JSON representation

Tools to quickly create complex layouts for Tkinter and CustomTkinter

Awesome Lists containing this project

README

          

# 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](https://github.com/EasyDevv/Tkinter_Quick_Layout/releases), 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](./doc/images/usage_01.webp)

### Example frame setup
![usage_02](./doc/images/usage_02.webp)

### Example button setup
![usage_03](./doc/images/usage_03.webp)