Lightweight framework based on PySide6 to quickly build modern desktop applications, with integrated resource, theme, and reusable component management.
Project description
EzQt-App
EzQt-App is a PySide6 framework to bootstrap and structure desktop applications with a ready-to-use shell, configuration workflow, translation support, and reusable UI components.
🚀 Quick start
Install with uv:
uv add ezqt-app
Install with pip:
pip install ezqt-app
From source:
git clone https://github.com/neuraaak/ezqt-app.git
cd ezqt_app
pip install .
Minimal application:
import sys
from ezqt_app import EzApplication, EzQt_App, init
init()
app = EzApplication(sys.argv)
window = EzQt_App().build()
window.show()
sys.exit(app.exec())
✨ Key features
- Application bootstrap: init, assets generation, and project setup workflows
- Modular services: config, settings, runtime, translation, and UI orchestration
- Hexagonal architecture: domain contracts, service adapters, and clean boundaries
- Translation stack: .ts loading + .qm lifecycle, EzTranslator interceptor, non-blocking auto-translation
- Built-in CLI: commands for project init/create, docs, info, and translation conversion
- Typed codebase: Python 3.11+ with strict linting/typing toolchain
📚 Documentation
- Getting Started - Installation, bootstrap, and first app
- User Guides - Development, testing, and styling guidance
- API Reference - Service- and architecture-oriented API documentation
- CLI Reference - Command-line utilities and command options
- Examples - Practical usage snippets for common scenarios
- Concepts - Architecture rationale and design decisions
🖥️ CLI commands
ezqt init [--force] [--verbose] [--no-main]
ezqt create [--template basic|advanced] [--name my_app] [--verbose]
ezqt convert
ezqt docs [--serve] [--port 8000]
ezqt info
See the full CLI reference.
🧪 Testing
# Install development dependencies
pip install -e ".[dev]"
# Run tests
pytest tests/
# By marker
pytest tests/ -m unit
pytest tests/ -m integration
# Coverage report
pytest tests/ --cov=src/ezqt_app --cov-report=html
See the testing guide.
📋 Requirements
- Python >= 3.11
- PySide6 >= 6.7.3, < 7.0.0
⚖️ License
MIT License - see LICENSE for details.
🔗 Links
- Repository: github.com/neuraaak/ezqt-app
- Issues: github.com/neuraaak/ezqt-app/issues
- Documentation: neuraaak.github.io/ezqt-app
- PyPI: pypi.org/project/ezqt-app
- Changelog: neuraaak.github.io/ezqt-app/changelog
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
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 ezqt_app-5.6.0.tar.gz.
File metadata
- Download URL: ezqt_app-5.6.0.tar.gz
- Upload date:
- Size: 877.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68e7dff349a45c4ef575d3ceb1dfaf6be25883830b59a3a0ed81914478883e68
|
|
| MD5 |
e5508ef93d70d304e3f366b82a237258
|
|
| BLAKE2b-256 |
35fedd595c532ebf7807eff2d496631a21d28fa5cdb339267fa76792740b5ec3
|
File details
Details for the file ezqt_app-5.6.0-py3-none-any.whl.
File metadata
- Download URL: ezqt_app-5.6.0-py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1f7ea618758e58a0ffc35d3c009be465f8d0731908312d7e5102ac6be37b44b
|
|
| MD5 |
c3d9033c38870acb10613fd4435e529d
|
|
| BLAKE2b-256 |
fa8258ce4b7c570d92a4242865053cf1eaae5d2324d65a910c5448d51f228294
|