Skip to content

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

License

Notifications You must be signed in to change notification settings

jnsebgosselin/qtapputils

Repository files navigation

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]

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published