Python GUI toolkit
Project description
The light Python GUI builder (currently based on PyQt6)
How to start
With docker && x11:
git clone https://github.com/AndreiPuchko/q2gui.git
# sudo if necessary
cd q2gui/docker-x11 && ./build_and_run_menu.sh
With PyPI package:
poetry new project_01 && cd project_01 && poetry shell
poetry add q2gui
cd project_01
python -m q2gui > example_app.py && python example_app.py
Explore sources:
git clone https://github.com/AndreiPuchko/q2gui.git
cd q2gui
pip3 install poetry
poetry shell
poetry install
python3 demo/demo_00.py # All demo launcher
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 q2db package
python3 demo/demo_08.py # database app, requires a q2db package, autoschema
demo/demo_07.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
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
q2gui-0.1.58.tar.gz
(50.7 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
q2gui-0.1.58-py3-none-any.whl
(65.5 kB
view details)
File details
Details for the file q2gui-0.1.58.tar.gz.
File metadata
- Download URL: q2gui-0.1.58.tar.gz
- Upload date:
- Size: 50.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.11.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1ed99389b9bcfc8665a2ae12e160f905886a2b5e52a6b0c66bdbacce1652dd5
|
|
| MD5 |
7651888c877e5aa7220545f9d8985b48
|
|
| BLAKE2b-256 |
10e7a4e84b9741776ca560609d446436ca365ce28f6e513b8e6bec641ce84cdc
|
File details
Details for the file q2gui-0.1.58-py3-none-any.whl.
File metadata
- Download URL: q2gui-0.1.58-py3-none-any.whl
- Upload date:
- Size: 65.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.11.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef41062f4b4c7989849f997ce41d6d8ae1ed7c229e3caf6708f124f54c3bed20
|
|
| MD5 |
eba5dee2fa807b55c531177441caa954
|
|
| BLAKE2b-256 |
4d870380f66f400ba9127a829e21bb5108af34e54e94823d8e165243c3d5bc64
|