An SVG-based GUI designer and runtime with PyQt6
Project description
PinguinGUI
An SVG-based GUI designer and runtime for Python, built on PyQt6.
Installation
pip install PinguinGUI
Usage
Editor
pinguingui
# or
pgui
Runtime
pinguingui my_design.pgui
Python Import
from PinguinGUI import PinguinGUI
app = PinguinGUI("My App")
app.design("my_design.pgui")
app.show()
@app.btn1.on("click")
def on_click(item):
print("Button clicked!")
app.run()
License
MIT
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
pinguingui-0.1.1.tar.gz
(16.3 kB
view details)
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 pinguingui-0.1.1.tar.gz.
File metadata
- Download URL: pinguingui-0.1.1.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81398b67f6f9dfed448e5635f42ed9038ffc3fe1914e749293523131011072a0
|
|
| MD5 |
7e33b6417ba3ba1db024e25f6100fe8a
|
|
| BLAKE2b-256 |
8eb0350df8ead2917e5c5cb5a0ebecc1b58831fcf652cc38c08248255d6931a1
|
File details
Details for the file pinguingui-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pinguingui-0.1.1-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0108b2d258a5fe71c6f309cd8bf673b02755ba684aadcf14ce8be7aaf6e63ab
|
|
| MD5 |
5bbcac6f8fab0fdfff133a51f87035d3
|
|
| BLAKE2b-256 |
f3c8a026173f275d04d6b145216fec645d682b0dcaf4fd976edc0a5a886f2881
|