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.0.tar.gz
(16.1 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.0.tar.gz.
File metadata
- Download URL: pinguingui-0.1.0.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
938c36686ca13d7853287d5751c97c0c105f5bfddf1e380a3a4bd0d26421d7a8
|
|
| MD5 |
db26a034e742a04058b8cfb0e9dcf4ae
|
|
| BLAKE2b-256 |
b122930e7b113daaa4dc8042d4e06ff9fea50c149f54ecfe58d65f71786b9cd8
|
File details
Details for the file pinguingui-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pinguingui-0.1.0-py3-none-any.whl
- Upload date:
- Size: 19.6 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 |
fa908e4853b0a5a4b7ef03f5de20edb145c7e62207b53a0806e137a1dc44169a
|
|
| MD5 |
e064d659abf14ff5e184309806e0b478
|
|
| BLAKE2b-256 |
e12b3562a30708d37cbb5a90ae541ad4f7861976b17f22341c9926c086fc0963
|