Skip to main content

Lightweight framework based on PySide6 to quickly build modern desktop applications, with integrated resource, theme, and reusable component management.

Project description

EzQt_App

Description

EzQt_App is a Python framework designed to make it easy to create modern Qt applications, based on a template by Wanderson M. Pimenta. It automates resource management, generates all required files, and offers a fast project bootstrap experience with a CLI command.

Features

  • Automatic generation of asset folders and files (icons, images, themes, etc.)
  • Dynamic themes (light/dark) with integrated toggle
  • CLI command ezqt_init to quickly initialize a new project
  • Ready-to-use main.py example generated automatically
  • Modular and extensible structure

Installation

Install the module via pip (recommended):

pip install ezqt_app

Or locally:

git clone https://github.com/neuraaak/ezqt_app.git
cd ezqt_app
pip install .

Dependencies

Main dependencies are installed automatically:

  • PySide6
  • PyYaml
  • colorama

Project Initialization

After installation, initialize a new project in an empty folder with:

ezqt_init

This command creates the base structure, resource folders, and a sample main.py file.

Minimal Usage Example

import ezqt_app.main as ezqt
from ezqt_app.app import EzQt_App, EzApplication
import sys

ezqt.init()
app = EzApplication(sys.argv)
window = EzQt_App(themeFileName="main_theme.qss")
window.show()
app.exec()

Generated Project Structure

my_project/
  main.py
  bin/
    config/
    fonts/
    icons/
    images/
    themes/
    modules/

Customization

  • Edit the theme in bin/themes/main_theme.qss or use the toggle in the UI.
  • Add your own icons/images in the corresponding folders.

FAQ

  • main.py already exists?: The CLI will ask for confirmation before overwriting.
  • pyside6-rcc error?: Make sure PySide6 is installed and available in your PATH.

Contribution

Contributions are welcome! Submit your ideas, fixes, or extensions via issues or pull requests.

License & Credits

This project is inspired by the template of Wanderson M. Pimenta. See the LICENSE file for details. "# ezqt_app"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ezqt_app-2.0.2.tar.gz (667.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ezqt_app-2.0.2-py3-none-any.whl (921.3 kB view details)

Uploaded Python 3

File details

Details for the file ezqt_app-2.0.2.tar.gz.

File metadata

  • Download URL: ezqt_app-2.0.2.tar.gz
  • Upload date:
  • Size: 667.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.3

File hashes

Hashes for ezqt_app-2.0.2.tar.gz
Algorithm Hash digest
SHA256 89aee7583c2718e36c58659ff29e0238f3a291d632d903a1e5f04b1d2b1bcf20
MD5 17fa4c01f4f12d2066e5db8f15da44f2
BLAKE2b-256 68cb5ff661b88a22935913c4911476ea78b8e380429d412ee24d86aba82cdae5

See more details on using hashes here.

File details

Details for the file ezqt_app-2.0.2-py3-none-any.whl.

File metadata

  • Download URL: ezqt_app-2.0.2-py3-none-any.whl
  • Upload date:
  • Size: 921.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.3

File hashes

Hashes for ezqt_app-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0eec09c42f75117ebb620bee9b6a17ecfbf7a0801a2a662a2ffed17f09f94671
MD5 ae0caa5ef895dcbf394fde12d5f6d5c7
BLAKE2b-256 99e1bbc47ee9b470869ce0592c0558f1ba80098b9c25fa1985979dba18e0bb14

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page