Plugget Qt is a UI for plugget.
Easily search, list & (un)install plugget packages.
Plugget qt is used by:
- Plugget Qt Blender addon
- Plugget Qt Unreal plugin
- plugget-qt-maya-plugin
- plugget qt substance painter
To show the qt window:
import plugget_qt
w = plugget_qt.show() # store reference in w, to prevent garbage collection
Dark ui is not included, just add a qt stylesheet, e.g. blender-qt-stylesheet
(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
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.