Build GUIs from python functions using magic
magicgui Build GUIs from python functions using magic. Installation magicgui uses qtpy to support both pyside2 and pyqt5 backends. However, youmust have one of those installed for magicgui to work. install with pip pip install magicgui[pyqt5] # or pip install magicgui[pyside2] or with conda: conda install -c conda-forge magicgui pyqt # or pyside2 instead of pyqt :information_source: If you’d like to help us extend support to a different backend,please open an issue. Basic usage from magicgui import magicgui from enum […]
Read more