Utilities for building Qt applications in Python.


License
MIT
Install
pip install qtapputils==0.5.2

Documentation

QtAppUtils

License pypi version Build Status codecov

A compendium of utilities to make building Qt applications in Python easier.

Installation

QtAppUtils can be installed with pip by running:

pip install qtapputils

You can update QtAppUtils by running:

pip install qtapputils -U

This will only install or update qtapputils without installing of updating the dependencies.

The above commands will only install or update QtAppUtils without its dependencies.

To install QtAppUtils along with its dependencies, you can use:

pip install qtapputils[with-deps]