A simple GUI designer for the python tkinter module
Project description
Leer en Español. More translations here
Welcome to Pygubu Designer!
Pygubu Designer 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 Designer is inspired by Glade.
Installation
The latest version of pygubu requires Python >= 3.9
You can install pygubu-designer using pip:
pip install pygubu-designer
For other installation methods, please see this page.
Screenshot
Usage
Pygubu designer supports two types of workflow. The first and classic method is creating an application that uses the "*.ui" file that defines your user interface.
In the classic mode, pygubu is in charge of creating the widgets and connecting defined bindings. I recommend this mode for apps that have one or a few windows, but you can use it for creating apps of any complexity (Pygubu Designer it self was created with this mode, but now uses the new one). This method uses a class based approach where your code lives in the derived class and the base class is updated by pygubu designer.
The second method is to create an app with a coded version of the *.ui file. Using the same class based approach mentioned above, pygubu designer generates the python code for the base class and you write the app logic in the derived class.
Generating the code for the UI has some benefits:
- The *.ui file is not required at runtime
- Allows you to create pure tkinter apps, if you do not use any pygubu widget (eliminating pygubu dependency).
- Easy creation of custom widgets.
Whichever you choose, you can always modify the user interface using pygubu designer.
Starting Pygubu Designer
Type on the terminal one of the following commands depending on your system.
Unix-like systems
pygubu-designer
For other platforms see this page.
Documentation
Visit the wiki for more documentation.
The following are some good tkinter (and tk) references:
- TkDocs
- Graphical User Interfaces with Tk
- Tkinter 8.5 reference: a GUI for Python
- An Introduction to Tkinter (archive)
- Tcl/Tk 9.0 Manual
- Tcl/Tk 8.6 Manual
You can also see the examples directory or watch this introductory video tutorial.
History
See the list of changes here.
License
Pygubu Designer: GPL-3.0 license
Pygubu Designer can generate pure python code scripts. For those cases where a license is required for these scripts, they are licensed under the same license as the pygubu core: MIT License. This applies to all standard plugins that come with pygubu core. If you're using a third-party plugin, check the plugin license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygubu_designer-0.43.2.tar.gz.
File metadata
- Download URL: pygubu_designer-0.43.2.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
546d827f5b1b17ebb8ce5cc2cb1c8bb25c5d349d2bebee88e558864baf1e667f
|
|
| MD5 |
32c6e81a15b34fb95386ea39bcd30d63
|
|
| BLAKE2b-256 |
faf023f6f7216acebcf9a506e13f9480179e807ec13142e97dd9bb4910aecda7
|
File details
Details for the file pygubu_designer-0.43.2-py3-none-any.whl.
File metadata
- Download URL: pygubu_designer-0.43.2-py3-none-any.whl
- Upload date:
- Size: 728.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9fa11627a1517d658a48b202e4294eac6d2190c6a719b4ab8f2dc893e1f4eee
|
|
| MD5 |
b4c9d8cfe12966b96606662afb07e7e6
|
|
| BLAKE2b-256 |
c8c2196fb453c8d5eb65398bd3deebcf6f3778a86b0285072f6ae3a3937b0f8b
|