plugget-qt

a qt widget to search for plugget packages


Keywords
dcc, pipeline, qt, widget, plugget, package, manifest, search, installer
License
Apache-2.0
Install
pip install plugget-qt==0.0.4

Documentation

Plugget Qt PyPI

Plugget Qt is a UI for plugget.
Easily search, list & (un)install plugget packages.

Plugget qt is used by:

Instructions

To show the qt window:

import plugget_qt
w = plugget_qt.show()  # store reference in w, to prevent garbage collection

image
Dark ui is not included, just add a qt stylesheet, e.g. blender-qt-stylesheet

Installation

(depending on the app, you might want to replace python for the app's python interpreter, and maybe also use --target "install/path/to/folder" --no-user to install your python package to a custom folder)

python -m pip install plugget-qt

Dependencies

  • plugget (Apache 2.0) Python module.
  • qtpy (MIT) Qt wrapper for PySide & PyQt

If this tool is helpfull, you can ⭐ star it on the github page, just click the ⭐ star button in the top-right of this page.