pip qt widget to install new python modules from within your python environment.
Show the window:
import pip_qt
widget = pip_qt.show()
or any package that has a Qt binding as (indirect) dependency
Blender pip qt addon
Maya pip-qt-maya-plugin- Unreal pip-qt-unreal
- For advanced users, you can add options in the package name field, e.g.
--index-url http://my.package.repo/simple/ SomePackageinstead ofSomePackage - install auto adds
--target C:/target-path, so don't add that, instead fill in the target field - upgrade, type
--upgrade package-namein the text field & click install - editable install, type
-e C:/local-package-pathin the text field & click install
- type
PackageNamein package field. - click search
- type package name in package field
- click install
A local editable install speeds up your development.
Changes to your scripts in your IDE are automatically loaded in your app (after app restart or importlib.reload).
- type
-e path/to/packaged/repo(ensure your local repo has apyproject.tomlorsetup.py) - click install
See all installed packages, their versions, and location
- click the list button
- ❌ uninstall
- 📃 list dependencies
developed on Windows, Mac support in progress
- py-pip
pip-search(optional, used for search, typepip-searchand click install)- qtpy
let me know here if you find a similar project, and I'll link it below:
- DEAD https://github.com/open-cogsci/python-qtpip 3y old, outdated: uses pip search which is not supported anymore , unclear docs
- DEAD https://github.com/techbliss/Pip_QT_Gui 8 year old, PyQt4
- ARCHIVED https://github.com/NathanVaughn/PipQt 4year old, - PySide2, nice UI
