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-1.0.1.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

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

tkflexbox-1.0.1-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for tkflexbox-1.0.1.tar.gz
Algorithm Hash digest
SHA256 feae5589e09b2d1c9db415633ece25937407f61219d0bc14799f3b831d55203b
MD5 8b6a9780ae5499a153ed3359c32206c8
BLAKE2b-256 6fc656e2ddfd93cf79ba7c3f91575c2e611cb08f3f18623906eeda12ba2e7f79

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tkflexbox-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 42ae2a7abe42c381dac31f6391ad36bc1c0c7bfaee36eef3b58a8997b634a488
MD5 b3e4a30467ffba2660bd1aad7cf6fbf1
BLAKE2b-256 975aab81347301a1d04c6291ea1e0dc6162eaccf41a4167e7db3f5294a72695f

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