The light Python GUI builder (currently based on PyQt5)
How to start
With docker && x11:
git clone https://github.com/AndreiPuchko/zzgui.git
# sudo if necessary
cd zzgui/docker-x11 && ./build_and_run_menu.sh
With PyPI package:
poetry new project_01 && cd project_01 && poetry shell
poetry add zzgui
cd project_01
python -m zzgui > example_app.py && python example_app.py
Explore sources:
git clone https://github.com/AndreiPuchko/zzgui.git
cd zzgui
pip3 install poetry
poetry shell
poetry install
python3 demo/demo_01.py # basic: main menu, form & widgets
python3 demo/demo_02.py # forms and forms in form
python3 demo/demo_03.py # grid form (CSV data), automatic creation of forms based on data
python3 demo/demo_04.py # progressbar, data loading, sorting and filtering
python3 demo/demo_05.py # nonmodal form
python3 demo/demo_06.py # code editor
python3 demo/demo_07.py # database app (4 tables, mock data loading) - requires a zzdb package
python3 demo/demo_08.py # database app, requires a zzdb package, autoschema
demo/demo_03.py screenshot
Build standalone executable
(The resulting executable file will appear in the folder dist/)
One file
pyinstaller -F demo/demo.py
One directory
pyinstaller -D demo/demo.py
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zzgui-0.1.13.tar.gz
(39.9 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
zzgui-0.1.13-py3-none-any.whl
(51.9 kB
view details)
File details
Details for the file zzgui-0.1.13.tar.gz.
File metadata
- Download URL: zzgui-0.1.13.tar.gz
- Upload date:
- Size: 39.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.11 CPython/3.9.5 Linux/5.11.0-49-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1b11173129c8db18567ae410ff573320da3d23bf361cedcba4f8f94d419f6fe
|
|
| MD5 |
42ff1679a046b794b3a3c84c806a3786
|
|
| BLAKE2b-256 |
99d31ec95362d6ffe7008e0ad41a9e4686d2c40d75fc10d9dae5fda66b55a5a9
|
File details
Details for the file zzgui-0.1.13-py3-none-any.whl.
File metadata
- Download URL: zzgui-0.1.13-py3-none-any.whl
- Upload date:
- Size: 51.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.11 CPython/3.9.5 Linux/5.11.0-49-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9530e7e4896d83d4c85e46596f987ad2b7be420174a019f8e2a911ff2cbdb757
|
|
| MD5 |
4ad325f77d5cefc6a48d7adf0e01e02b
|
|
| BLAKE2b-256 |
a57d98402267f8bfc6f8bd3fdba0b8b12c2c2f400190dcd15129d95b7d881783
|