Skip to main content

Implements flexbox like functionality to tkinter. Makes creating a reactive GUI far easier.

Project description

tkflexbox

A python library to implement flexbox like functionality to tkinter.

install

pip install tkflexbox

example usage

import tkflexbox
from tkflexbox import FlexBoxFrame
import tkinter as tk
from tkinter import ttk

root = tk.Tk()
root.geometry('800x800')
page = FlexBoxFrame(root, rows=5, columns=5)
page.place_widget(ttk.Button, row=1, column=2, columnspan=2, text='Hello world')

root.mainloop()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tkflexbox-0.1.0.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tkflexbox-0.1.0-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file tkflexbox-0.1.0.tar.gz.

File metadata

  • Download URL: tkflexbox-0.1.0.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for tkflexbox-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a40ac4fcf396c6ff1c808c4f58166d4bcc91f5cd75d48f041b177326d04f32d7
MD5 20c243305ab98190105333af61084f23
BLAKE2b-256 d19c63ed63cc8eb68b908c939271cf928f0d97f00011b8a9103e14d5b6efbf72

See more details on using hashes here.

File details

Details for the file tkflexbox-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: tkflexbox-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for tkflexbox-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1364253ef44ab4ce7e389204b3c6f0e8ecad9c2f993f5355d7f6698ec505d7e2
MD5 8597442a214d859ab89fbada0a542572
BLAKE2b-256 a4b5c378d8486c3217bb27a49bfaa9cdedcd3176ff1983b75ea195863e51cd0b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page