The light Python GUI builder (currently based on PyQt5)
How start 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.py
python3 demo/demo_01.py
python3 demo/demo_02.py
python3 demo/demo_03.py
python3 demo/demo_04.py
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.3.tar.gz
(27.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.3-py3-none-any.whl
(38.1 kB
view details)
File details
Details for the file zzgui-0.1.3.tar.gz.
File metadata
- Download URL: zzgui-0.1.3.tar.gz
- Upload date:
- Size: 27.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.11 CPython/3.9.5 Linux/5.11.0-41-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5206a5bfcdca43027d1e90fb572553ad53d8f355a5bccfc7ca98ad0d118b3809
|
|
| MD5 |
33c222af7a95dde346c64e48869e0e44
|
|
| BLAKE2b-256 |
91e18107e28baddbf96cf1ccedacd46c49dd31eaa8e5face9187f370fe0e25a9
|
File details
Details for the file zzgui-0.1.3-py3-none-any.whl.
File metadata
- Download URL: zzgui-0.1.3-py3-none-any.whl
- Upload date:
- Size: 38.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.11 CPython/3.9.5 Linux/5.11.0-41-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e12667e748c6dd8b702a6a1a184ace8f3dd6b1ddd0e7afac23c726b07890e7a4
|
|
| MD5 |
e1939edb3f8bb4a114ee98d8b275565d
|
|
| BLAKE2b-256 |
b866d41de18a8b58cdf754052995b4c8ac7cd176fdb8ff076765a6df4c0a4f84
|