Welcome to Pygubu!
Pygubu is a RAD tool to enable quick and easy development of user interfaces for the Python's tkinter module.
The user interfaces designed are saved as XML files, and, by using the pygubu builder, these can be loaded by applications dynamically as needed.
Pygubu is inspired by Glade.
Installation
The latest version of pygubu requires Python >= 3.9
You can install pygubu using pip:
pip install pygubu
Usage
Since version 0.10 the project was splitted in two main modules:
- The pygubu core (this project), that load and build user interfaces defined in xml.
- The interface editor pygubu-designer, that helps you create the xml definition graphically.
The core also includes:
- A widget set: Pygubu widgets
- Themes: Pygubu bootstrap themes, a set of themes based on ttkbootstrap but implemented only with tkinter.
- And many helper classes that you can use to build your application.
Pygubu widgets:
- AccordionFrame
- AutoArrangeFrame
- CalendarFrame
- HideableFrame
- ScrolledFrame
- ColorInput
- Combobox
- Dialog
- EditableTreeview
- FilterableTreeview
- FontInput
- PathChooserInput
- PathChooserButton
- Tooltip
- Tooltipttk
- DockFrame
- DockPane
- DockWidget
- Pygubu Forms
Pygubu also has plugins to support working with external widget sets like:
- ttkwidgets
- customtkinter
- awesometkinter
- tkcalendar
- tkintermapview
- tkintertable
- tkinterweb
- TkinterModernThemes
- tksheet.
To start creating your application, please go directly to the pygubu-designer documentation.
Documentation
Visit the pygubu-designer page or the wiki for more information.
History
See the list of changes here.
Release files for pygubu 0.42.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pygubu-0.42.1.tar.gz | 184.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pygubu-0.42.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 414.5 kB
Release files / pygubu-0.42.1.tar.gz
| Download URL | pygubu-0.42.1.tar.gz |
|---|---|
| Size | 184.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eedb1f6cca07c86ee59027236eeceaecb9d951c6b72b2156f7a0a751856d3b03
|
|
BLAKE2b-256 checksum How to use checksums |
84877afe344538da48940143c52790a2670eb5726aa8dc508e637c23e1f70374
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.5
|
Release files / pygubu-0.42.1-py3-none-any.whl
| Download URL | pygubu-0.42.1-py3-none-any.whl |
|---|---|
| Size | 229.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5cd862eee64ab6b67f2f878fad8054dc64fe60521a98e2c44478f373602ffb51
|
|
BLAKE2b-256 checksum How to use checksums |
2cea8cecfd3b0121feaa1b52ac277425324eed87796787a34efcfa540e54ac17
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.5
|